Sha256: 3e624d46a4df55fd98e3fe623400f6affd3eb87a7e85420a84244d4d3d9a44db

Contents?: true

Size: 130 Bytes

Versions: 18

Compression:

Stored size: 130 Bytes

Contents

'use strict';
module.exports = function (val) {
	if (val == null) {
		return [];
	}

	return Array.isArray(val) ? val : [val];
};

Version data entries

18 entries across 18 versions & 4 rubygems

Version Path
es6_tilt-0.1.2 test/dummy/app/assets/javascripts/node_modules/arrify/index.js
es6_tilt-0.1.1 test/dummy/app/assets/javascripts/node_modules/arrify/index.js
es6_tilt-0.1.0 test/dummy/app/assets/javascripts/node_modules/arrify/index.js
hooch-0.4.2 jasmine/node_modules/karma/node_modules/chokidar/node_modules/arrify/index.js
hooch-0.4.1 jasmine/node_modules/karma/node_modules/chokidar/node_modules/arrify/index.js
hooch-0.4.0 jasmine/node_modules/karma/node_modules/chokidar/node_modules/arrify/index.js
eslint_node_modules-1.6.0.1 vendor/node_modules/eslint/node_modules/file-entry-cache/node_modules/flat-cache/node_modules/del/node_modules/globby/node_modules/arrify/index.js
eslint_node_modules-1.6.0 vendor/node_modules/eslint/node_modules/file-entry-cache/node_modules/flat-cache/node_modules/del/node_modules/globby/node_modules/arrify/index.js
gulp_assets-1.0.0.pre.5 template/node_modules/webpack/node_modules/watchpack/node_modules/chokidar/node_modules/arrify/index.js
gulp_assets-1.0.0.pre.4 template/node_modules/webpack/node_modules/watchpack/node_modules/chokidar/node_modules/arrify/index.js
gulp_assets-1.0.0.pre.3 template/node_modules/webpack/node_modules/watchpack/node_modules/chokidar/node_modules/arrify/index.js
hooch-0.3.0 jasmine/node_modules/karma/node_modules/chokidar/node_modules/arrify/index.js
hooch-0.2.1 jasmine/node_modules/karma/node_modules/chokidar/node_modules/arrify/index.js
hooch-0.2.0 jasmine/node_modules/karma/node_modules/chokidar/node_modules/arrify/index.js
hooch-0.1.0 jasmine/node_modules/karma/node_modules/chokidar/node_modules/arrify/index.js
hooch-0.0.8 jasmine/node_modules/karma/node_modules/chokidar/node_modules/arrify/index.js
hooch-0.0.7 jasmine/node_modules/karma/node_modules/chokidar/node_modules/arrify/index.js
hooch-0.0.6 jasmine/node_modules/karma/node_modules/chokidar/node_modules/arrify/index.js