Skip to content

Commit

Permalink
fix: export all typeguard functions like isMenuButton
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Jul 25, 2023
1 parent 8da09a4 commit 53e671d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export { resizeObserver } from './actions/resizeObserver.js'
export { onEscape } from './actions/onEscape.js'

// typeguards
export { isContentParseError, isContentValidationErrors } from './typeguards.js'
export * from './typeguards.js'

// immutable-json-patch
export {
Expand Down

0 comments on commit 53e671d

Please sign in to comment.