array-path-join
v0.0.1
Published
like path.join but with an array
Downloads
3
Readme
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