@types/sizzle
Advanced tools
Comparing version 2.3.7 to 2.3.8
@@ -39,2 +39,3 @@ export as namespace Sizzle; | ||
interface FindFunction { | ||
// eslint-disable-next-line @typescript-eslint/no-invalid-void-type | ||
(match: RegExpMatchArray, context: Element | Document, isXML: boolean): Element[] | void; | ||
@@ -41,0 +42,0 @@ } |
{ | ||
"name": "@types/sizzle", | ||
"version": "2.3.7", | ||
"version": "2.3.8", | ||
"description": "TypeScript definitions for sizzle", | ||
@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/sizzle", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "ec6a4244bcbcf968b6b2b7febb625a63f7d795288de4baf78d60a78d797a0ffa", | ||
"typesPublisherContentHash": "1ceb548567bdb7f826a44b62e32fd0b308219f656b3fbd0096ed40d385a05719", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 20 Nov 2023 23:36:24 GMT | ||
* Last updated: Wed, 22 Nov 2023 00:24:48 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
5042
74