Add missing type exports
This commit is contained in:
parent
4a2a22a43b
commit
e4aed98a3d
@ -1,2 +1,9 @@
|
|||||||
export { Compiler } from './compiler';
|
export { Compiler } from './compiler';
|
||||||
export { CompilerOptions, ContractArtifact, ContractNetworks } from './utils/types';
|
|
||||||
|
export {
|
||||||
|
CompilerOptions,
|
||||||
|
ContractArtifact,
|
||||||
|
ContractNetworks,
|
||||||
|
GeneratedCompilerOptions,
|
||||||
|
ContractNetworkData,
|
||||||
|
} from './utils/types';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user