UNPKG

runtypes

Version:

Runtime validation for static types

3 lines (2 loc) 157 B
declare const hasEnumerableOwn: <K extends PropertyKey>(key: K, object: object) => object is globalThis.Record<K, unknown>; export default hasEnumerableOwn;