UNPKG

check-ethereum-scanner

Version:

Safety checks for new Ethereum tokens

5 lines (4 loc) 168 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const isFunction = (value) => (typeof value === "function"); exports.default = isFunction;