@types/rbush
Advanced tools
Comparing version 3.0.2 to 3.0.3
@@ -44,3 +44,3 @@ export interface BBox { | ||
*/ | ||
load(items: ReadonlyArray<T>): RBush<T>; | ||
load(items: readonly T[]): RBush<T>; | ||
@@ -47,0 +47,0 @@ /** |
{ | ||
"name": "@types/rbush", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "TypeScript definitions for rbush", | ||
@@ -28,4 +28,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/rbush", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "e373881f477b3502aa9e4c6499e573b0cea6474b61f96a32ce83bcbe57bcdba2", | ||
"typesPublisherContentHash": "0dda27107fa0a9b9489b1595e0f0a6f23890921bb97cc9e82a6275b750c2477c", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 07 Nov 2023 20:08:00 GMT | ||
* Last updated: Mon, 20 Nov 2023 23:36:24 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ |
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
9174