UNPKG

@dethcrypto/eth-sdk

Version:

🛠 Generate type-safe, lightweight SDK for your Ethereum smart contracts

4 lines (3 loc) • 249 B
/** @see https://github.com/microsoft/TypeScript/pull/12253#issuecomment-263132208 */ export declare const unsafeKeys: <T extends object>(x: T) => (keyof T)[]; export declare const unsafeEntries: <T extends object>(x: T) => [keyof T, T[keyof T]][];