Skip to content

Commit

Permalink
Export Options type
Browse files Browse the repository at this point in the history
  • Loading branch information
Murderlon committed Sep 29, 2023
1 parent afbf203 commit be09b50
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
/**
* @typedef {import('./lib/server.js').Options} Options
*/

export {Camomile} from './lib/server.js'
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ export default function handler(req: NextApiRequest, res: NextApiResponse) {
## Types

This package is fully typed with [TypeScript][].
It exports the additional type [`Options`](#new-camomileoptions).

## Compatibility

Expand Down

0 comments on commit be09b50

Please sign in to comment.