UNPKG

check-ethereum-scanner

Version:

Safety checks for new Ethereum tokens

4 lines (2 loc) 107 B
"use strict"; module.exports = function (value) { return typeof value === "number" && isFinite(value); };