@netlify/content-engine
Version:
6 lines • 413 B
TypeScript
export declare const withBasePath: (basePath: string) => (...paths: Array<string>) => string;
export declare const withTrailingSlash: (basePath: string) => string;
export declare const getCommonDir: (path1: string, path2: string) => string;
export declare const tooLongSegmentsInPath: (path: string) => Array<string>;
export declare const truncatePath: (path: string) => string;
//# sourceMappingURL=path.d.ts.map