Skip to content

Commit

Permalink
feat: export error
Browse files Browse the repository at this point in the history
  • Loading branch information
yjl9903 committed Feb 4, 2023
1 parent fb54fa3 commit 0888717
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/breadc/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ export type {
Plugin
} from './types';

export { breadc } from './breadc';

export { definePlugin } from './plugin';

export { ParseError, BreadcError } from './error';

export default breadc;

0 comments on commit 0888717

Please sign in to comment.