Skip to content

Commit

Permalink
fix: add missing Assert class export
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Jun 28, 2023
1 parent 40465d4 commit 5b3abb1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@ export function assert(options?: PluginConfig): PluginFn {
})
}
}

export { Assert }

0 comments on commit 5b3abb1

Please sign in to comment.