wzx ddc6d98778 v1.0.0 преди 2 години
..
tests ddc6d98778 v1.0.0 преди 2 години
LICENSE ddc6d98778 v1.0.0 преди 2 години
README.md ddc6d98778 v1.0.0 преди 2 години
index.d.ts ddc6d98778 v1.0.0 преди 2 години
index.js ddc6d98778 v1.0.0 преди 2 години
package.json ddc6d98778 v1.0.0 преди 2 години

README.md

@protobufjs/path

npm

A minimal path module to resolve Unix, Windows and URL paths alike.

API

  • path.isAbsolute(path: string): boolean
    Tests if the specified path is absolute.

  • path.normalize(path: string): string
    Normalizes the specified path.

  • path.resolve(originPath: string, includePath: string, [alreadyNormalized=false: boolean]): string
    Resolves the specified include path against the specified origin path.

License: BSD 3-Clause License