JezK
Edit File: join.d.ts
declare function join(path: string, request: string): string; export = join;