UNPKG

78 BTypeScriptView Raw
1declare function join(path: string, request: string): string;
2
3export = join;