NET-Web-API-w-Angular/my-app/node_modules/common-path-prefix/index.d.ts

3 lines
102 B
TypeScript
Executable file

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