UNPKG

@mintlify/common

Version:

Commonly shared code within Mintlify

4 lines (3 loc) 234 B
export declare function optionallyAddLeadingSlash(filePath: string): string; export declare function optionallyRemoveLeadingSlash(filePath: string): string; export declare function optionallyRemoveTrailingSlash(path: string): string;