w-array
v1.1.0
Published
Ruby-like word array
Readme
w-array
Installation:
$ npm install w-array --saveUsage:
const arr = w`foo bar baz`
// == ['foo', 'bar', 'baz']
const name = 'topaxi'
const arr2 = w`hello ${name}`
// == ['hello', 'topaxi']License
MIT License
