Preview: convertRoutes.ts
Size: 120 B
//proc/thread-self/root/home/byroehnu/.trash/node_modules11/@adminjs/express/src/convertRoutes.ts
export const convertToExpressRoute = (adminRoute: string): string =>
adminRoute.replace(/{/g, ":").replace(/}/g, "");
Directory Contents
Dirs: 2 × Files: 7