Nav apraksta
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
dienianindya 65435fcb07 update sore 1 gadu atpakaļ
..
tests update sore 1 gadu atpakaļ
LICENSE update sore 1 gadu atpakaļ
README.md update sore 1 gadu atpakaļ
index.d.ts update sore 1 gadu atpakaļ
index.js update sore 1 gadu atpakaļ
package.json update sore 1 gadu atpakaļ

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