PBKware JS Utils - v0.8.2
    Preparing search index...

    Interface ToIntegerArrayResult

    interface ToIntegerArrayResult {
        array: number[];
        errorText: string;
        success: boolean;
    }
    Index

    Properties

    array: number[]
    errorText: string
    success: boolean