WUT_Computer_Science/EGUI/lab3/front/node_modules/common-path-prefix/index.d.ts
2022-06-15 03:02:51 +02:00

4 lines
102 B
TypeScript

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