1.0.0 • Published 7 years ago

js-path-array v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

path-array Build Status

PathArray implementation

Install

$ npm install --save path-array

Usage

const PathArray = require('path-array');

let conf = PathArray.fromArray([]);
//=> 'unicorns & rainbows'

API

pathArray(input, options)

input

Type: string

Lorem ipsum.

options

foo

Type: boolean Default: false

Lorem ipsum.

License

MIT © rand0me