UNPKG

secret-polar

Version:

Polar is a development environment to compile, deploy, test, run scrt 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;