added whole system from ola4doc
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
'use strict';
|
||||
|
||||
var from = require('./from')
|
||||
|
||||
, isArray = Array.isArray;
|
||||
|
||||
module.exports = function (arrayLike) {
|
||||
return isArray(arrayLike) ? arrayLike : from(arrayLike);
|
||||
};
|
||||
Reference in New Issue
Block a user