HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/1991111/root/usr/share/nodejs/@types/normalize-path/
Upload File :
Current File : //proc/1991111/root/usr/share/nodejs/@types/normalize-path/index.d.ts
// 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;