@types/assert
Advanced tools
Comparing version 1.5.7 to 1.5.8
@@ -1,8 +0,1 @@ | ||
// Type definitions for commonjs-assert 1.5 | ||
// Project: https://github.com/browserify/commonjs-assert, https://github.com/defunctzombie/commonjs-assert | ||
// Definitions by: Nico Gallinal <https://github.com/nicoabie> | ||
// Linus Unnebäck <https://github.com/LinusU> | ||
// ExE Boss <https://github.com/ExE-Boss> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
/** An alias of `assert.ok()`. */ | ||
@@ -9,0 +2,0 @@ declare function assert(value: any, message?: string | Error): asserts value; |
{ | ||
"name": "@types/assert", | ||
"version": "1.5.7", | ||
"description": "TypeScript definitions for commonjs-assert", | ||
"version": "1.5.8", | ||
"description": "TypeScript definitions for assert", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/assert", | ||
@@ -10,14 +10,14 @@ "license": "MIT", | ||
"name": "Nico Gallinal", | ||
"url": "https://github.com/nicoabie", | ||
"githubUsername": "nicoabie" | ||
"githubUsername": "nicoabie", | ||
"url": "https://github.com/nicoabie" | ||
}, | ||
{ | ||
"name": "Linus Unnebäck", | ||
"url": "https://github.com/LinusU", | ||
"githubUsername": "LinusU" | ||
"githubUsername": "LinusU", | ||
"url": "https://github.com/LinusU" | ||
}, | ||
{ | ||
"name": "ExE Boss", | ||
"url": "https://github.com/ExE-Boss", | ||
"githubUsername": "ExE-Boss" | ||
"githubUsername": "ExE-Boss", | ||
"url": "https://github.com/ExE-Boss" | ||
} | ||
@@ -34,4 +34,4 @@ ], | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "2bde9233ddfd2344a450d2d8c31928b179e02d093277e6a8a73a0cabb6260ebe", | ||
"typesPublisherContentHash": "60a126039cebcb5ace0bc3635bbacff54e5f6d64ce32060675315bc35503eae0", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -5,3 +5,3 @@ # Installation | ||
# Summary | ||
This package contains type definitions for commonjs-assert (https://github.com/browserify/commonjs-assert). | ||
This package contains type definitions for assert (https://github.com/browserify/commonjs-assert). | ||
@@ -12,7 +12,6 @@ # Details | ||
### Additional Details | ||
* Last updated: Fri, 22 Sep 2023 18:11:04 GMT | ||
* Last updated: Tue, 17 Oct 2023 22:10:13 GMT | ||
* Dependencies: none | ||
* Global values: none | ||
# Credits | ||
These definitions were written by [Nico Gallinal](https://github.com/nicoabie), [Linus Unnebäck](https://github.com/LinusU), and [ExE Boss](https://github.com/ExE-Boss). |
7418
96
16