Skip to content

Commit

Permalink
🤖 Merge PR DefinitelyTyped#59282 feat: update @nginstack/devops defin…
Browse files Browse the repository at this point in the history
…itions by @paulocmoreno
  • Loading branch information
paulocmoreno authored Mar 14, 2022
1 parent ae9d912 commit 8ffa44f
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 56.0
// Type definitions for @nginstack/devops 58.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(55, 56); // $ExpectType boolean
testMajorVersions(57, 58); // $ExpectType boolean

0 comments on commit 8ffa44f

Please sign in to comment.