mirror of
https://github.com/tiennm99/FBcount.git
synced 2026-05-26 12:00:02 +00:00
Init
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
"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