Documentation
    Preparing search index...

    Interface StringSplitOptions

    interface StringSplitOptions {
        limit: undefined | number;
    }
    Index

    Properties

    Properties

    limit: undefined | number

    Limit the number of elements returned in the array.