gatsby
Version:
Blazing fast modern site generator for React
6 lines (5 loc) • 379 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;