UNPKG

@oikos/swap

Version:
16 lines (13 loc) 326 B
declare module 'truffle' { import * as truffle from 'truffle-contract' interface ArtifactsGlobal { require<A>(name: string): truffle.TruffleContract<A> } global { function contract( name: string, callback: (accounts: Array<string>) => void ): void; const artifacts: ArtifactsGlobal } }