Skip to content

Commit

Permalink
export SMPSource and SMPStyle
Browse files Browse the repository at this point in the history
  • Loading branch information
achou11 committed Oct 3, 2024
1 parent 24cfd82 commit 05084f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/** @typedef {import('./types.js').SMPSource} SMPSource */
/** @typedef {import('./types.js').SMPStyle} SMPStyle */

export { default as Reader } from './reader.js'
export { default as Writer } from './writer.js'
export { default as Server } from './server.js'
Expand Down

0 comments on commit 05084f9

Please sign in to comment.