@protobufjs/path
Advanced tools
Weekly downloads
Readme
A minimal path module to resolve Unix, Windows and URL paths alike.
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
FAQs
A minimal path module to resolve Unix, Windows and URL paths alike.
The npm package @protobufjs/path receives a total of 9,660,301 weekly downloads. As such, @protobufjs/path popularity was classified as popular.
We found that @protobufjs/path demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket installs a GitHub app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.