@types/sizzle
Advanced tools
Comparing version 2.3.2 to 2.3.3
@@ -18,3 +18,3 @@ // Type definitions for sizzle 2.3 | ||
compile(selector: string): Function; | ||
matchSelector(element: Element, selector: string): boolean; | ||
matchesSelector(element: Element, selector: string): boolean; | ||
matches(selector: string, elements: Element[]): Element[]; | ||
@@ -21,0 +21,0 @@ } |
{ | ||
"name": "@types/sizzle", | ||
"version": "2.3.2", | ||
"version": "2.3.3", | ||
"description": "TypeScript definitions for sizzle", | ||
@@ -14,10 +14,12 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/sizzle" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "8d6f2e333bcb6c7fa99469e7e62dcef4c794dc432ce09634cae186cbcc333d0e", | ||
"typeScriptVersion": "2.3" | ||
"typesPublisherContentHash": "5a1ded78c310b52ad24992cf9fc8105049492a7c2b610dd99eca2030a0462045", | ||
"typeScriptVersion": "3.5" | ||
} |
@@ -8,10 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/sizzle | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/sizzle. | ||
Additional Details | ||
* Last updated: Sat, 06 Oct 2018 20:51:02 GMT | ||
### Additional Details | ||
* Last updated: Tue, 27 Apr 2021 12:31:24 GMT | ||
* Dependencies: none | ||
* Global values: Sizzle | ||
* Global values: `Sizzle` | ||
# Credits | ||
These definitions were written by Leonard Thieu <https://github.com/leonard-thieu>. | ||
These definitions were written by [Leonard Thieu](https://github.com/leonard-thieu). |
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
5076