UNPKG

@kubiklabs/wasmkit

Version:

Wasmkit is a development environment to compile, deploy, test, run cosmwasm contracts on different networks.

9 lines (8 loc) 308 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.unsafeObjectKeys = void 0; /** * This function is a typed version of `Object.keys`. Note that it's type * unsafe. You have to be sure that `o` has exactly the same keys as `T`. */ exports.unsafeObjectKeys = Object.keys;