diff options
author | F. Eugene Aumson <gene@aumson.org> | 2018-08-24 02:00:34 +0800 |
---|---|---|
committer | F. Eugene Aumson <gene@aumson.org> | 2018-08-29 20:50:55 +0800 |
commit | 775d1efd4607a4097704fe3c4f7ae1156b2c1a6f (patch) | |
tree | 4e3890609606bfff6548a841106807f6bcc76795 /packages/sol-compiler/src/index.ts | |
parent | 849e203812aacff453228a372143600b05155a2c (diff) | |
download | dexon-sol-tools-775d1efd4607a4097704fe3c4f7ae1156b2c1a6f.tar dexon-sol-tools-775d1efd4607a4097704fe3c4f7ae1156b2c1a6f.tar.gz dexon-sol-tools-775d1efd4607a4097704fe3c4f7ae1156b2c1a6f.tar.bz2 dexon-sol-tools-775d1efd4607a4097704fe3c4f7ae1156b2c1a6f.tar.lz dexon-sol-tools-775d1efd4607a4097704fe3c4f7ae1156b2c1a6f.tar.xz dexon-sol-tools-775d1efd4607a4097704fe3c4f7ae1156b2c1a6f.tar.zst dexon-sol-tools-775d1efd4607a4097704fe3c4f7ae1156b2c1a6f.zip |
add package sol-doc
Diffstat (limited to 'packages/sol-compiler/src/index.ts')
-rw-r--r-- | packages/sol-compiler/src/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/sol-compiler/src/index.ts b/packages/sol-compiler/src/index.ts index f8c2b577a..1ad07a9ff 100644 --- a/packages/sol-compiler/src/index.ts +++ b/packages/sol-compiler/src/index.ts @@ -6,3 +6,4 @@ export { CompilerSettingsMetadata, OptimizerSettings, } from 'ethereum-types'; +export { StandardOutput } from 'solc'; |