Files
documentation/node_modules/common-path-prefix/index.d.ts
2024-03-22 03:47:51 +05:30

4 lines
102 B
TypeScript

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