File size: 244 Bytes
7f21468
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
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;