Skip to content

Commit

Permalink
Merge pull request #27 from decompil3d/falsy
Browse files Browse the repository at this point in the history
[types] Add missing falsy method to typings file
  • Loading branch information
3rd-Eden authored Apr 27, 2019
2 parents 618b1ac + 07715a9 commit 9105262
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ declare namespace Assume {

falsely(msg?: string): void,
falsey(msg?: string): void,
falsy(msg?: string): void,

true(msg?: string): void,

Expand Down

0 comments on commit 9105262

Please sign in to comment.