📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-30 13:10:38
📂
/ (Root)
/
home
/
orkouolp
/
nodevenv
/
node_js
/
orkofarms.com
/
18
/
lib
/
node_modules
/
arrify
📍 /home/orkouolp/nodevenv/node_js/orkofarms.com/18/lib/node_modules/arrify
🔄 Refresh
✏️
Editing: readme.md
Writable
# arrify [](https://travis-ci.org/sindresorhus/arrify) > Convert a value to an array ## Install ``` $ npm install arrify ``` ## Usage ```js const arrify = require('arrify'); arrify('🦄'); //=> ['🦄'] arrify(['🦄']); //=> ['🦄'] arrify(new Set(['🦄'])); //=> ['🦄'] arrify(null); //=> [] arrify(undefined); //=> [] ``` *Supplying `null` or `undefined` results in an empty array.* ## License MIT © [Sindre Sorhus](https://sindresorhus.com)
💾 Save Changes
❌ Cancel