Skip to content

Commit

Permalink
refactor(build): export Provider also as a named export
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Jul 3, 2024
1 parent 41a7a0b commit 083c7c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ import * as errors from './helpers/errors.js';
import * as interactionPolicy from './helpers/interaction_policy/index.js';

export default Provider;
export { errors, interactionPolicy };
export { errors, interactionPolicy, Provider };

0 comments on commit 083c7c4

Please sign in to comment.