UNPKG

check-ethereum-scanner

Version:

Safety checks for new Ethereum tokens

9 lines (6 loc) 273 B
"use strict"; var objToString = Object.prototype.toString , isFunctionStringTag = RegExp.prototype.test.bind(/^[object [A-Za-z0-9]*Function]$/); module.exports = function (value) { return typeof value === "function" && isFunctionStringTag(objToString.call(value)); };