3 lines
102 B
TypeScript
Executable file
3 lines
102 B
TypeScript
Executable file
declare function commonPathPrefix(paths: string[], sep?: string): string;
|
|
|
|
export = commonPathPrefix;
|