Skip to content

topaxi/w-array

Repository files navigation

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