Skip to content

Commit

Permalink
🤖 Merge PR DefinitelyTyped#60373 feat: update @nginstack/devops defin…
Browse files Browse the repository at this point in the history
…itions by @paulocmoreno
  • Loading branch information
paulocmoreno authored May 16, 2022
1 parent 0e5a1f3 commit 81ae50d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion types/nginstack__devops/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for @nginstack/devops 59.0
// Type definitions for @nginstack/devops 60.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__devops/nginstack__devops-tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ script.copyChildrenViewPermissions(-1); // $ExpectType number
function testMajorVersions(prior: number, current: number): boolean {
return current > prior;
}
testMajorVersions(58, 59); // $ExpectType boolean
testMajorVersions(59, 60); // $ExpectType boolean

0 comments on commit 81ae50d

Please sign in to comment.