Newer
Older
framework / node_modules / common-path-prefix / index.d.ts
@Tiago Leonardo Costa Dias Tiago Leonardo Costa Dias on 13 Mar 2024 102 bytes update
declare function commonPathPrefix(paths: string[], sep?: string): string;

export = commonPathPrefix;