w-array
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i w-array

Weekly Downloads

8

Version

1.1.0

License

MIT

Unpacked Size

2.92 kB

Total Files

8

Last publish

Collaborators

  • topaxi