bunway
    Preparing search index...

    Interface RawOptions

    interface RawOptions {
        limit?: string | number;
        type?: string | RegExp | ((contentType: string) => boolean);
        verify?: (req: any, res: any, buf: Buffer, encoding: string) => void;
    }
    Index

    Properties

    Properties

    limit?: string | number
    type?: string | RegExp | ((contentType: string) => boolean)
    verify?: (req: any, res: any, buf: Buffer, encoding: string) => void