@types/assert
Advanced tools
Comparing version 1.5.10 to 1.5.11
@@ -21,3 +21,3 @@ /** An alias of `assert.ok()`. */ | ||
/** If provided, the generated stack trace omits frames before this function. */ | ||
// eslint-disable-next-line @typescript-eslint/ban-types | ||
// eslint-disable-next-line @typescript-eslint/no-unsafe-function-type | ||
stackStartFn?: Function | undefined; | ||
@@ -36,3 +36,3 @@ }); | ||
operator?: string, | ||
// eslint-disable-next-line @typescript-eslint/ban-types | ||
// eslint-disable-next-line @typescript-eslint/no-unsafe-function-type | ||
stackStartFn?: Function, | ||
@@ -39,0 +39,0 @@ ): never; |
{ | ||
"name": "@types/assert", | ||
"version": "1.5.10", | ||
"version": "1.5.11", | ||
"description": "TypeScript definitions for assert", | ||
@@ -33,4 +33,5 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/assert", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "dc036814f55a3d863d181b8cfecb5e464168c79be738b9a4285af08777951e1f", | ||
"typeScriptVersion": "4.5" | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "713e04c34c09c5eb8b41c43e626c31e252adfeadc7fa746fa68bc7ef11c56dda", | ||
"typeScriptVersion": "4.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 20 Nov 2023 23:36:23 GMT | ||
* Last updated: Wed, 23 Oct 2024 03:36:41 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ |
7513