UNPKG

check-ethereum-scanner

Version:

Safety checks for new Ethereum tokens

3 lines (2 loc) 88 B
const isFunction = (value) => (typeof value === "function"); export default isFunction;