feat: add support for browser es modules
This commit is contained in:
committed by
Justin Starry
parent
bbae23358c
commit
08ff2d12f2
4
web3.js/flow-typed/js-sha3.js
vendored
Normal file
4
web3.js/flow-typed/js-sha3.js
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
declare module 'js-sha3' {
|
||||
// TODO: Fill in types
|
||||
declare module.exports: any;
|
||||
}
|
Reference in New Issue
Block a user