Skip to content

Commit

Permalink
chore: add basic types (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvayngrib authored Nov 24, 2023
1 parent 4e5689f commit 02fdf90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions features/keychain/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ const path = require('path')
module.exports = {
extends: '../../.eslintrc.js',
parserOptions: {
tsconfigRootDir: '../../',
babelOptions: {
configFile: path.join(path.dirname(__filename), 'babel.config.js'),
},
Expand Down
2 changes: 2 additions & 0 deletions features/keychain/module/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export { createKeyIdentifierForExodus, EXODUS_KEY_IDS, KeyIdentifier } from './key-identifier'
export { default, Keychain } from './keychain'

0 comments on commit 02fdf90

Please sign in to comment.