Skip to content

Commit

Permalink
🤖 Merge PR DefinitelyTyped#59897 feat: update @nginstack/engine defin…
Browse files Browse the repository at this point in the history
…itions by @paulocmoreno
  • Loading branch information
paulocmoreno authored Apr 14, 2022
1 parent 85ddb6a commit e530730
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion types/nginstack__engine/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for @nginstack/engine 58.0
// Type definitions for @nginstack/engine 59.0
// Project: https://dev.azure.com/nginstack/nginstack
// Definitions by: Renato Ribeiro <https://github.com/Henato>
// Paulo Moreno <https://github.com/paulocmoreno>
Expand Down
2 changes: 1 addition & 1 deletion types/nginstack__engine/nginstack__engine-tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@ database.logout(); // $ExpectType void
function testMajorVersions(prior: number, current: number): boolean {
return current > prior;
}
testMajorVersions(57, 58); // $ExpectType boolean
testMajorVersions(58, 59); // $ExpectType boolean

0 comments on commit e530730

Please sign in to comment.