diff options
author | fragosti <francesco.agosti93@gmail.com> | 2018-07-06 09:56:58 +0800 |
---|---|---|
committer | fragosti <francesco.agosti93@gmail.com> | 2018-07-06 09:56:58 +0800 |
commit | 608442b2e80f64c1756e2c5125812c067e5ae1f3 (patch) | |
tree | e8997d7510488e8ead88a32f9e7b4e791c46ca18 /packages/utils/src/index.ts | |
parent | aefc122cafc3e1b233450b07a1a4c70c2dc04ddd (diff) | |
download | dexon-sol-tools-608442b2e80f64c1756e2c5125812c067e5ae1f3.tar dexon-sol-tools-608442b2e80f64c1756e2c5125812c067e5ae1f3.tar.gz dexon-sol-tools-608442b2e80f64c1756e2c5125812c067e5ae1f3.tar.bz2 dexon-sol-tools-608442b2e80f64c1756e2c5125812c067e5ae1f3.tar.lz dexon-sol-tools-608442b2e80f64c1756e2c5125812c067e5ae1f3.tar.xz dexon-sol-tools-608442b2e80f64c1756e2c5125812c067e5ae1f3.tar.zst dexon-sol-tools-608442b2e80f64c1756e2c5125812c067e5ae1f3.zip |
Add to changelog, rename to formatUtils and lint
Diffstat (limited to 'packages/utils/src/index.ts')
-rw-r--r-- | packages/utils/src/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/utils/src/index.ts b/packages/utils/src/index.ts index de78f26df..cc8592400 100644 --- a/packages/utils/src/index.ts +++ b/packages/utils/src/index.ts @@ -8,4 +8,4 @@ export { logUtils } from './log_utils'; export { abiUtils } from './abi_utils'; export { NULL_BYTES } from './constants'; export { errorUtils } from './error_utils'; -export { conversion } from './conversion'; +export { formatUtils } from './format_utils'; |