Skip to content

Commit

Permalink
Merge pull request #96 from mdoi2/fix/type-error
Browse files Browse the repository at this point in the history
Fix type error
  • Loading branch information
venables authored Nov 28, 2024
2 parents c5e1427 + 8ca42a2 commit d061d15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions koa-helmet.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for koa-helmet 7.0
// Type definitions for koa-helmet 8.0
// Project: https://github.com/venables/koa-helmet#readme
// Definitions by: Nick Simmons <https://github.com/nsimmons>
// Jan Dolezel <https://github.com/dolezel>
Expand All @@ -16,5 +16,5 @@ type KoaHelmet = {
) => Middleware;
} & ((options?: HelmetOptions) => Middleware);

const koaHelmet: KoaHelmet;
declare const koaHelmet: KoaHelmet;
export default koaHelmet;

0 comments on commit d061d15

Please sign in to comment.