UNPKG

104 BTypeScriptView Raw
1export = normalizePath;
2
3declare function normalizePath(path: string, stripTrailing?: boolean): string;