Path: blob/master/node_modules/array-back/README.md
2591 views
array-back
Takes any input and guarantees an array back.
Converts array-like objects (e.g.
arguments,Set) to a real array.Converts
undefinedto an empty array.Converts any another other, singular value (including
null, objects and iterables other thanSet) into an array containing that value.Ignores input which is already an array.
Example
arrayify(input) ⇒ Array ⏏
Kind: Exported function
| Param | Type | Description |
|---|---|---|
| input | * | The input value to convert to an array |
Load anywhere
This library is compatible with Node.js, the Web and any style of module loader. It can be loaded anywhere, natively without transpilation.
Node.js:
Within Node.js with ECMAScript Module support enabled:
Within an modern browser ECMAScript Module:
Old browser (adds window.arrayBack):
© 2015-19 Lloyd Brookes <[email protected]>. Documented by jsdoc-to-markdown.