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
/
chunk-SNUFADFR.js
10 lines
(9 loc)
•
197 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
// src/Utils/RequestPath.ts
function
ConvertPath
(
path
) {
const
newPath = path.
replace
(
/{(\w+)}/g
,
":$1"
);
return
newPath; }
export
{
ConvertPath
};
//# sourceMappingURL=chunk-SNUFADFR.js.map