mirror of
https://gitee.com/myxzgzs/boyue_jnpf.git
synced 2025-08-08 15:22:43 +08:00
9 lines
244 B
TypeScript
9 lines
244 B
TypeScript
![]() |
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;
|