arrify
Advanced tools
Weekly downloads
Readme
Convert a value to an array
$ npm install arrify
import arrify from 'arrify';
arrify('🦄');
//=> ['🦄']
arrify(['🦄']);
//=> ['🦄']
arrify(new Set(['🦄']));
//=> ['🦄']
arrify(null);
//=> []
arrify(undefined);
//=> []
Specifying null
or undefined
results in an empty array.
FAQs
Convert a value to an array
The npm package arrify receives a total of 21,469,910 weekly downloads. As such, arrify popularity was classified as popular.
We found that arrify demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.