bunway
    Preparing search index...

    Interface JsonOptions

    interface JsonOptions {
        limit?: number;
        type?: string | RegExp | ((contentType: string) => boolean);
    }
    Index

    Properties

    Properties

    limit?: number
    type?: string | RegExp | ((contentType: string) => boolean)