bunway
    Preparing search index...

    Interface UrlencodedOptions

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

    Properties

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