UNPKG

@nomiclabs/buidler

Version:

Buidler is an extensible developer tool that helps smart contract developers increase productivity by reliably bringing together the tools they want.

5 lines 200 B
/** * Returns the name of the closest package in the callstack that isn't this. */ export declare function getClosestCallerPackage(): string | undefined; //# sourceMappingURL=caller-package.d.ts.map