index.d.ts 102 B

123
  1. declare function commonPathPrefix(paths: string[], sep?: string): string;
  2. export = commonPathPrefix;