UNPKG

238 BTypeScriptView Raw
1export declare type TruffleContract = any;
2export declare type TruffleContractInstance = any;
3export interface Linker {
4 link: (Contract: TruffleContract, library: TruffleContractInstance) => void;
5}
6//# sourceMappingURL=types.d.ts.map
\No newline at end of file