system_assignation/node_modules/filenamify/filenamify-path.d.ts

9 lines
244 B
TypeScript
Raw Normal View History

2022-03-24 09:22:39 -04:00
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;