index.d.ts 102 Bytes Raw Blame History Permalink 1 2 3 declare function commonPathPrefix(paths: string[], sep?: string): string; export = commonPathPrefix;