@types/bintrees
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -1,6 +0,1 @@ | ||
// Type definitions for bintrees 1.0.2 | ||
// Project: https://github.com/vadimg/js_bintrees | ||
// Definitions by: Cayle Sharrock <https://github.com/CjS77> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
declare module "bintrees" { | ||
@@ -7,0 +2,0 @@ type Callback<T> = (item: T) => void; |
{ | ||
"name": "@types/bintrees", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "TypeScript definitions for bintrees", | ||
@@ -10,4 +10,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bintrees", | ||
"name": "Cayle Sharrock", | ||
"url": "https://github.com/CjS77", | ||
"githubUsername": "CjS77" | ||
"githubUsername": "CjS77", | ||
"url": "https://github.com/CjS77" | ||
} | ||
@@ -24,4 +24,4 @@ ], | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "bd3b6abc218a0e6a5e35272db7aa74e9f4ffcd12720e5d36dd3d85e6557d1d20", | ||
"typesPublisherContentHash": "2266b95a89a125fc8b0fb7f8bde7724b6f716f5c1470677b7229b4063001c844", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,7 +11,2 @@ # Installation | ||
````ts | ||
// Type definitions for bintrees 1.0.2 | ||
// Project: https://github.com/vadimg/js_bintrees | ||
// Definitions by: Cayle Sharrock <https://github.com/CjS77> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
declare module "bintrees" { | ||
@@ -75,7 +70,6 @@ type Callback<T> = (item: T) => void; | ||
### Additional Details | ||
* Last updated: Fri, 15 Sep 2023 19:06:48 GMT | ||
* Last updated: Tue, 17 Oct 2023 22:10:13 GMT | ||
* Dependencies: none | ||
* Global values: none | ||
# Credits | ||
These definitions were written by [Cayle Sharrock](https://github.com/CjS77). |
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
4580
33
74