Skip to content

Commit

Permalink
feat(iso-websocket): export events
Browse files Browse the repository at this point in the history
closes #253
  • Loading branch information
hugomrdias committed Jul 23, 2024
1 parent 14a9ecd commit e4b0872
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/iso-websocket/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ import {

const log = debug('iso-ws')

export * from './events.js'

/**
* @typedef {import('./types.js').WebSocketEventMap} WebSocketEventMap
* @typedef {import('./types.js').WSOptions} WSOptions
Expand Down

0 comments on commit e4b0872

Please sign in to comment.