Job_Catalyst-AI / node_modules /filenamify /filenamify-path.d.ts
Shreyan
Clean initial commit without large files
7f21468
raw
history blame
244 Bytes
import filenamify = require('./filenamify');
/**
Convert the filename in a path a valid filename and return the augmented path.
*/
declare const filenamifyPath: (path: string, options?: filenamify.Options) => string;
export = filenamifyPath;