UNPKG

@kubiklabs/wasmkit

Version:

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

5 lines (4 loc) 156 B
/** * Returns the name of the closest package in the callstack that isn't this. */ export declare function getClosestCallerPackage(): string | undefined;