Skip to content

Commit

Permalink
feat: exporting types (#30)
Browse files Browse the repository at this point in the history
## fixes  N/A

Exporting different Types

## How to test:
Please provide a brief step-by-step instruction.
If necessary provide information about dependencies (specific
configuration, branches, database dumps, etc.)

- Step 1
- Step 2
- etc.

## Checklist:

- [ ] I have verified that the code works
- [ ] I have verified that the code is easy to understand
  - [ ] If not, I have left a well-balanced amount of inline comments
- [ ] I have [left the code in a better
state](https://deviq.com/principles/boy-scout-rule)
- [ ] I have documented the changes (where applicable)
* Either PR or Ticket to update [the
Docs](https://github.com/KILTprotocol/docs)
    * Link the PR/Ticket here
  • Loading branch information
Dudleyneedham authored Jan 4, 2024
1 parent 6293489 commit 3920344
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
*/

export { getExtensions, watchExtensions, initializeKiltExtensionAPI } from './getExtension/index.js'
export { InjectedWindowProvider, IEncryptedMessageV1, PubSubSessionV1, PubSubSessionV2, ApiWindow } from './types'

0 comments on commit 3920344

Please sign in to comment.