@types/toastr
Advanced tools
Comparing version 2.1.35 to 2.1.36
@@ -323,6 +323,15 @@ // Type definitions for Toastr 2.1.3 | ||
/** | ||
* Removes all toasts (without animation) | ||
* Removes toasts (without animation) | ||
*/ | ||
remove: { | ||
/** | ||
* Removes all toasts (without animation) | ||
*/ | ||
(): void; | ||
/** | ||
* Removes specific toast (without animation) | ||
* | ||
* @param toast Toast to remove | ||
*/ | ||
(toast: JQuery): void; | ||
}; | ||
@@ -329,0 +338,0 @@ /** |
{ | ||
"name": "@types/toastr", | ||
"version": "2.1.35", | ||
"version": "2.1.36", | ||
"description": "TypeScript definitions for Toastr", | ||
@@ -9,9 +9,11 @@ "license": "MIT", | ||
"name": "Boris Yankov", | ||
"url": "https://github.com/borisyankov" | ||
"url": "https://github.com/borisyankov", | ||
"githubUsername": "borisyankov" | ||
} | ||
], | ||
"main": "", | ||
"types": "index", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
}, | ||
@@ -22,4 +24,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "d6fa42b96f8f299a8367cf0acc0f91ee1f3e7ecbf75842d6f1f1e4ce64c2c59f", | ||
"typesPublisherContentHash": "be1e6459362a1fff08a2e178e57362cff5a01577206039fb3123e08d5630e361", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -5,10 +5,10 @@ # Installation | ||
# Summary | ||
This package contains type definitions for Toastr (https://github.com/CodeSeven/toastr). | ||
This package contains type definitions for Toastr ( https://github.com/CodeSeven/toastr ). | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/toastr | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/toastr | ||
Additional Details | ||
* Last updated: Mon, 21 Aug 2017 22:03:22 GMT | ||
* Dependencies: jquery | ||
* Last updated: Thu, 21 Feb 2019 22:15:43 GMT | ||
* Dependencies: @types/jquery | ||
* Global values: toastr | ||
@@ -15,0 +15,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11136
383