@protobufjs/path
A minimal path module to resolve Unix, Windows and URL paths alike.
Last updated 9 years ago by protobufjs .
Apache-2.0 · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install @protobufjs/path 
SYNC missed versions from official npm registry.

@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

Current Tags

  • 1.1.2                                ...           latest (9 years ago)

6 Versions

  • 1.1.2                                ...           9 years ago
  • 1.1.1                                ...           9 years ago
  • 1.1.0                                ...           9 years ago
  • 1.0.2                                ...           9 years ago
  • 1.0.1                                ...           9 years ago
  • 1.0.0                                ...           9 years ago
Maintainers (2)
Downloads
Today 0
This Week 8
This Month 25
Last Day 0
Last Week 17
Last Month 4
Dependencies (0)
None
Dev Dependencies (0)
None

Copyright 2013 - present © cnpmjs.org | Home |