UNPKG
@iopa/router
Version:
latest (4.0.19)
4.0.19
4.0.18
4.0.17
4.0.16
4.0.15
4.0.14
4.0.13
4.0.12
4.0.11
4.0.10
4.0.9
4.0.8
4.0.7
4.0.6
4.0.5
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
Lightweight and fast router for IOPA applications
iopa.io
iopa-io/iopa
@iopa/router
/
dist
/
constants.d.ts
4 lines
•
240 B
TypeScript
View Raw
1
2
3
4
export
declare
const
METHOD_NAME_ALL
:
"ALL"
;
export
declare
const
METHOD_NAME_ALL_LOWERCASE
:
"all"
;
export
declare
const
METHODS
:
readonly
[
"get"
,
"post"
,
"put"
,
"delete"
,
"head"
,
"options"
,
"patch"
];
//# sourceMappingURL=constants.d.ts.map