array-path-join

0.0.1 • Public • Published

Array path join

Like path.join but with an array

Usage

const join = require('array-path-join');
 
const obj = [__dirname, 'test', 'file.md'];
 
console.log(join(obj));

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i array-path-join

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • tobihrbr
  • tobi~