@modern-js/module-tools-v2
Version:
The meta-framework suite designed from scratch for frontend-focused modern web development.
9 lines (6 loc) • 343 B
TypeScript
// Type definitions for normalize-path 3.0
// Project: https://github.com/jonschlinkert/normalize-path
// Definitions by: BendingBender <https://github.com/BendingBender>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export = normalizePath;
declare function normalizePath(path: string, stripTrailing?: boolean): string;