UNPKG

343 BTypeScriptView Raw
1// Type definitions for normalize-path 3.0
2// Project: https://github.com/jonschlinkert/normalize-path
3// Definitions by: BendingBender <https://github.com/BendingBender>
4// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
5
6export = normalizePath;
7
8declare function normalizePath(path: string, stripTrailing?: boolean): string;