Skip to content

Commit

Permalink
feat: make TerminalEvent available to import externally
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrl committed Jul 16, 2023
1 parent 60d8dd0 commit a835ad4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import initTerminal from './api/init'
import { TerminalEvent } from './helpers/events'

export { initTerminal }
export { initTerminal, TerminalEvent }

0 comments on commit a835ad4

Please sign in to comment.