0.0.2 • Published 4 years ago

npmzombie2 v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

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)