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