UNPKG

handoff-app

Version:

Automated documentation toolchain for building client side documentation from figma

7 lines (6 loc) 292 B
/** * Generates a filesystem-safe directory name from an absolute path * @param workingPath - The absolute working path to transform * @returns A filesystem-safe string suitable for use as a directory name */ export declare function generateFilesystemSafeId(workingPath: string): string;