@types/signals
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -1,7 +0,1 @@ | ||
// Type definitions for JS-Signals 1.0 | ||
// Project: http://millermedeiros.github.io/js-signals/ | ||
// Definitions by: Diullei Gomes <https://github.com/diullei> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.3 | ||
declare var signals: signals.SignalWrapper; | ||
@@ -8,0 +2,0 @@ |
{ | ||
"name": "@types/signals", | ||
"version": "1.0.2", | ||
"description": "TypeScript definitions for JS-Signals", | ||
"version": "1.0.3", | ||
"description": "TypeScript definitions for signals", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/signals", | ||
@@ -10,4 +10,4 @@ "license": "MIT", | ||
"name": "Diullei Gomes", | ||
"url": "https://github.com/diullei", | ||
"githubUsername": "diullei" | ||
"githubUsername": "diullei", | ||
"url": "https://github.com/diullei" | ||
} | ||
@@ -24,4 +24,4 @@ ], | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "df6c5e74a78dca4763e2c41f797f57d2a837691fecafb5d6d20ce229d7aeba0a", | ||
"typesPublisherContentHash": "b4bee563736b19dd5936c5ff9edd1590b97a2c78349da9ccbc9564f4dfd7ccfb", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -5,3 +5,3 @@ # Installation | ||
# Summary | ||
This package contains type definitions for JS-Signals (http://millermedeiros.github.io/js-signals/). | ||
This package contains type definitions for signals (http://millermedeiros.github.io/js-signals/). | ||
@@ -12,7 +12,6 @@ # Details | ||
### Additional Details | ||
* Last updated: Mon, 25 Sep 2023 13:39:06 GMT | ||
* Last updated: Wed, 18 Oct 2023 11:45:06 GMT | ||
* Dependencies: none | ||
* Global values: `signals` | ||
# Credits | ||
These definitions were written by [Diullei Gomes](https://github.com/diullei). |
6121
91
16