UNPKG

ts-budgie

Version:

Converts TypeScript code to Budgie.

8 lines (7 loc) 243 B
/** * Fully lowercases and converts to forward slashes a path. * * @param filePath Path to normalize. * @returns Fully normalized version of the path. */ export declare const fullyNormalizeFilePath: (filePath: string) => string;