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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.0
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.0
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i w-array

Weekly Downloads

0

Version

1.1.0

License

MIT

Unpacked Size

2.92 kB

Total Files

8

Last publish

Collaborators

  • topaxi