UNPKG

@openzeppelin/upgrades

Version:

JavaScript library for the OpenZeppelin smart contract platform

4 lines (3 loc) 236 B
import Contract from '../artifacts/Contract'; export declare function importsVanillaContracts(contract: Contract, buildArtifacts?: any): string[] | undefined; export declare function setVanillaContractsPackageName(value: string): void;