Skip to content

Commit

Permalink
[types] Add missing falsy method to typings file
Browse files Browse the repository at this point in the history
  • Loading branch information
decompil3d committed Apr 24, 2019
1 parent 618b1ac commit 07715a9
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 07715a9

Please sign in to comment.