UNPKG

@dethcrypto/eth-sdk

Version:

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

7 lines • 328 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.unsafeEntries = exports.unsafeKeys = void 0; /** @see https://github.com/microsoft/TypeScript/pull/12253#issuecomment-263132208 */ exports.unsafeKeys = Object.keys; exports.unsafeEntries = Object.entries; //# sourceMappingURL=unsafeKeys.js.map