path-common
v1.1.0
Published
The path module from node core for all javascript environments.
Downloads
3
Readme
path-common
The
path
module fromNode.js
for all JavaScript environments.
Based on path-browserify but in ESM, CJS version.
Install
npm install path-browserify
Usage
import { parse } from 'path-common';
const filename = 'logo.png';
const logo = path.join('./assets/img', filename);
console.log(logo);
API
See the path-browserify API