Merge pull request #128 from ChainSafe/cayman/add-exports

feat: add errors and constants to exports
This commit is contained in:
Cayman 2022-05-09 11:27:36 -04:00 committed by GitHub
commit 4747cbc573
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -13,6 +13,12 @@
"./types": {
"import": "./lib/types.js"
},
"./errors": {
"import": "./lib/errors.js"
},
"./constants": {
"import": "./lib/constants.js"
},
"./getImplementation": {
"import": "./lib/getImplementation.js"
},