UNPKG

@nova-ts/core

Version:

A serverside framework used to build scalable application

10 lines (9 loc) 197 B
// src/Utils/RequestPath.ts function ConvertPath(path) { const newPath = path.replace(/{(\w+)}/g, ":$1"); return newPath; } export { ConvertPath }; //# sourceMappingURL=chunk-SNUFADFR.js.map