This repository has been archived on 2020-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
TripSit_Suite/node_modules/filenamify/filenamify-path.d.ts

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;