Documentation
    Preparing search index...

    Interface StringSplitOptions

    interface StringSplitOptions {
        limit: number | undefined;
    }
    Index
    limit: number | undefined

    Limit the number of elements returned in the array.