GSI - Employe Self Service Mobile
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
681 B

2 months ago
  1. @protobufjs/path
  2. ================
  3. [![npm](https://img.shields.io/npm/v/@protobufjs/path.svg)](https://www.npmjs.com/package/@protobufjs/path)
  4. A minimal path module to resolve Unix, Windows and URL paths alike.
  5. API
  6. ---
  7. * **path.isAbsolute(path: `string`): `boolean`**<br />
  8. Tests if the specified path is absolute.
  9. * **path.normalize(path: `string`): `string`**<br />
  10. Normalizes the specified path.
  11. * **path.resolve(originPath: `string`, includePath: `string`, [alreadyNormalized=false: `boolean`]): `string`**<br />
  12. Resolves the specified include path against the specified origin path.
  13. **License:** [BSD 3-Clause License](https://opensource.org/licenses/BSD-3-Clause)