Files
powerpoint-toolbox/node_modules/common-path-prefix/index.d.ts
T
2025-03-07 19:22:02 +01:00

4 lines
102 B
TypeScript

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