Keine Beschreibung
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
dienianindya 65435fcb07 update sore vor 1 Jahr
..
tests update sore vor 1 Jahr
LICENSE update sore vor 1 Jahr
README.md update sore vor 1 Jahr
index.d.ts update sore vor 1 Jahr
index.js update sore vor 1 Jahr
package.json update sore vor 1 Jahr

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