npmzombie2
v0.0.2
Published
zombie's new npm test module
Downloads
5
Readme
NPM Zombie package 0.0.1
This is a test npm package by zommbie. nothing new here
Install
$ npm install npmzombie
Usage
const arrify = require('arrify');
arrify('🦄');
//=> ['🦄']
arrify(['🦄']);
//=> ['🦄']
arrify(new Set(['🦄']));
//=> ['🦄']
arrify(null);
//=> []
arrify(undefined);
//=> []
Supplying null
or undefined
results in an empty array.
License
MIT © zombie (https://npmjs.com)