Skip to content

Commit

Permalink
Merge pull request #46 from zorji/fix-typings
Browse files Browse the repository at this point in the history
Fix typings for tsc esModuleInterop=false
  • Loading branch information
MichielDeMey authored Oct 30, 2019
2 parents efd1aa2 + 3485b14 commit 3bb03f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@ declare class Guard {

declare function guardFactory(options: GuardOptions): Guard;

declare namespace guardFactory {
}

export = guardFactory;

0 comments on commit 3bb03f1

Please sign in to comment.