HEX
Server: nginx/1.24.0
System: Linux nowruzgan 6.8.0-57-generic #59-Ubuntu SMP PREEMPT_DYNAMIC Sat Mar 15 17:40:59 UTC 2025 x86_64
User: babak (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/dev/shahnamag/back-end/node_modules/@nestjs/core/helpers/router-method-factory.d.ts
import { HttpServer } from '@nestjs/common';
import { RequestMethod } from '@nestjs/common/enums/request-method.enum';
export declare const REQUEST_METHOD_MAP: {
    readonly 0: "get";
    readonly 1: "post";
    readonly 2: "put";
    readonly 3: "delete";
    readonly 4: "patch";
    readonly 5: "all";
    readonly 6: "options";
    readonly 7: "head";
    readonly 8: "search";
    readonly 9: "propfind";
    readonly 10: "proppatch";
    readonly 11: "mkcol";
    readonly 12: "copy";
    readonly 13: "move";
    readonly 14: "lock";
    readonly 15: "unlock";
};
export declare class RouterMethodFactory {
    get(target: HttpServer, requestMethod: RequestMethod): Function;
}