Documentation
    Preparing search index...

    Interface StringSplitOptions

    interface StringSplitOptions {
        limit: number | undefined;
    }
    Index

    Properties

    Properties

    limit: number | undefined

    Limit the number of elements returned in the array.