Spaces:
Running
Running
File size: 102 Bytes
1df763a |
1 2 3 4 |
declare function commonPathPrefix(paths: string[], sep?: string): string;
export = commonPathPrefix;
|