Skip to content

Commit

Permalink
chore: export BodyParserOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
chentsulin committed Oct 12, 2023
1 parent 664cd7c commit 5b2cab7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ export {
bodyParserWrapper as bodyParser,
bodyParserWrapper as default,
} from './body-parser';

export type {BodyParserOptions} from './body-parser.types';

0 comments on commit 5b2cab7

Please sign in to comment.