UNPKG

kitchensink

Version:

Dispatch's awesome components and style guide

10 lines (6 loc) 176 B
'use strict'; var from = require('./from') , isArray = Array.isArray; module.exports = function (arrayLike) { return isArray(arrayLike) ? arrayLike : from(arrayLike); };