Skip to content
This repository has been archived by the owner on Nov 4, 2020. It is now read-only.

Commit

Permalink
Revert typings to use = instead of default export. Fixes #155
Browse files Browse the repository at this point in the history
  • Loading branch information
btd committed Oct 10, 2017
1 parent f8ab675 commit 6c8cb39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion should.d.ts
Expand Up @@ -240,4 +240,4 @@ declare global {

export as namespace should;

export default should;
export = should;

0 comments on commit 6c8cb39

Please sign in to comment.