Skip to content

Commit

Permalink
Merge pull request #82 from digitalroute/feat/export-bagger-class
Browse files Browse the repository at this point in the history
feat: Export the full Bagger class
  • Loading branch information
peteroman committed Feb 22, 2024
2 parents 513d3b6 + bd0295c commit c082f50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/index.ts
@@ -1,4 +1,4 @@
import { bagger } from './bagger';
import { bagger, Bagger } from './bagger';
import joi from 'joi';

export { bagger, joi };
export { bagger, joi, Bagger };

0 comments on commit c082f50

Please sign in to comment.