Skip to content

Commit

Permalink
Fix missing exposed type
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed May 30, 2023
1 parent 3ab61a8 commit d519655
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dev/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export {gfmStrikethroughHtml} from './lib/html.js'
export {gfmStrikethrough} from './lib/syntax.js'
export {gfmStrikethrough, type Options} from './lib/syntax.js'

declare module 'micromark-util-types' {
// eslint-disable-next-line @typescript-eslint/consistent-type-definitions
Expand Down
5 changes: 1 addition & 4 deletions dev/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
/**
* @typedef {import('./lib/syntax.js').Options} Options
*/

// Note: more types exposed from `index.d.ts`.
export {gfmStrikethroughHtml} from './lib/html.js'
export {gfmStrikethrough} from './lib/syntax.js'

0 comments on commit d519655

Please sign in to comment.