UNPKG

check-ethereum-scanner

Version:

Safety checks for new Ethereum tokens

3 lines (2 loc) 97 B
declare function hasOwn<T extends {} = {}>(o: T, p: PropertyKey): p is keyof T; export = hasOwn;