UNPKG

check-ethereum-scanner

Version:

Safety checks for new Ethereum tokens

7 lines (4 loc) 177 B
"use strict"; var from = require("./from") , isArray = Array.isArray; module.exports = function (arrayLike) { return isArray(arrayLike) ? arrayLike : from(arrayLike); };