first iteration of v.3 router
This commit is contained in:
0
util/contentType.ts
Executable file → Normal file
0
util/contentType.ts
Executable file → Normal file
0
util/isRelativePath.ts
Executable file → Normal file
0
util/isRelativePath.ts
Executable file → Normal file
2
util/join.ts
Normal file
2
util/join.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
export const joinPaths = (...args: string[]) =>
|
||||
args.map((a) => a.replace(/\/?\*?$/, "")).join();
|
0
util/response.ts
Executable file → Normal file
0
util/response.ts
Executable file → Normal file
Reference in New Issue
Block a user