Files
est-frame/node_modules/common-path-prefix/index.d.ts
2025-10-22 05:38:27 +00:00

4 lines
102 B
TypeScript
Executable File

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