UNPKG
@nova-ts/core
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
A serverside framework used to build scalable application
github.com/Inbanithi107/NovaTS
@nova-ts/core
/
dist
/
Utils
/
RequestPath.d.ts
4 lines
(2 loc)
•
77 B
TypeScript
View Raw
1
2
3
4
declare
function
ConvertPath
(
path
:
string
):
string
;
export
{
ConvertPath
};