UNPKG

@simbachain/web3-suites

Version:

common code for web3 suite plugins. Code in this repo can be used for truffle or hardhat, but is designed to be applicable to future web3 suite plugins as well.

8 lines 228 B
/** * add an external library to your project * @param libName * @param libAddress * @returns */ export declare function addLib(libName?: string, libAddress?: string): Promise<void>; //# sourceMappingURL=addlibrary.d.ts.map