UNPKG

check-ethereum-scanner

Version:

Safety checks for new Ethereum tokens

4 lines (3 loc) 134 B
import { Got, InstanceDefaults } from './types.js'; declare const create: (defaults: InstanceDefaults) => Got; export default create;