UNPKG
urestserver
Version:
latest (3.1.0)
3.1.0
3.0.2
3.0.1
3.0.0
2.0.1
2.0.0
1.2.2
REST API Server
github.com/umbe77/uRestServer
umbe77/uRestServer
urestserver
/
types
/
lib
/
router.d.mts
4 lines
(3 loc)
•
186 B
text/typescript
View Raw
1
2
3
4
export function resolvePath(
method
:
any
,
path
:
any
):
any
; export function register(
method
:
any
,
path
:
any
,
handler
:
any
):
void
; export function deregister(
method
:
any
,
path
:
any
):
void
;