path-posix

posix-specific core path module

ISC 1 个版本
安装
npm install path-posix
yarn add path-posix
pnpm add path-posix
bun add path-posix
README

path-posix

posix-specific core path module

usage

var path = require('path-posix')
path.resolve(__dirname, 'foo')

Extracted from lib/path.js in joyent/node@31d4847d8b18cf487775dee3471dd4653b7d860b (master as of 2015/01/26)

api

see http://nodejs.org/api/path.html#path_path_resolve_from_to

installation

$ npm install path-posix

running the tests

From package root:

$ npm install
$ npm test

license

See LICENSE.md

版本列表
1.0.0 2015-01-26