aboutsummaryrefslogtreecommitdiffstats
path: root/packages/typescript-typings/types/ethereumjs-util/index.d.ts
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2018-04-04 18:29:38 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2018-04-12 00:39:58 +0800
commit72aa3d3005c81c1d0deb66369ce543bda3cccdc1 (patch)
tree280642dbba6808da550ab89ab941cc51b028dff0 /packages/typescript-typings/types/ethereumjs-util/index.d.ts
parente8d4f6d5322930cf8618abcb9fea7c773a87ecd7 (diff)
downloaddexon-sol-tools-72aa3d3005c81c1d0deb66369ce543bda3cccdc1.tar
dexon-sol-tools-72aa3d3005c81c1d0deb66369ce543bda3cccdc1.tar.gz
dexon-sol-tools-72aa3d3005c81c1d0deb66369ce543bda3cccdc1.tar.bz2
dexon-sol-tools-72aa3d3005c81c1d0deb66369ce543bda3cccdc1.tar.lz
dexon-sol-tools-72aa3d3005c81c1d0deb66369ce543bda3cccdc1.tar.xz
dexon-sol-tools-72aa3d3005c81c1d0deb66369ce543bda3cccdc1.tar.zst
dexon-sol-tools-72aa3d3005c81c1d0deb66369ce543bda3cccdc1.zip
Fix some of the publishing/installation issues
Diffstat (limited to 'packages/typescript-typings/types/ethereumjs-util/index.d.ts')
-rw-r--r--packages/typescript-typings/types/ethereumjs-util/index.d.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/typescript-typings/types/ethereumjs-util/index.d.ts b/packages/typescript-typings/types/ethereumjs-util/index.d.ts
index fae55c418..b1c521e18 100644
--- a/packages/typescript-typings/types/ethereumjs-util/index.d.ts
+++ b/packages/typescript-typings/types/ethereumjs-util/index.d.ts
@@ -1,5 +1,4 @@
declare module 'ethereumjs-util' {
- import { Buffer } from 'buffer';
import BN = require('bn.js');
interface Signature {