@types/animejs
Advanced tools
Comparing version 3.1.6 to 3.1.7
@@ -154,3 +154,3 @@ // Type definitions for animejs 3.1 | ||
function remove(targets: AnimeTarget | ReadonlyArray<AnimeTarget>): void; | ||
function get(targets: AnimeTarget, prop: string): string | number; | ||
function get(targets: AnimeTarget, prop: string, unit?: string): string | number; | ||
function path(path: string | HTMLElement | SVGElement | null, percent?: number): (prop: string) => { | ||
@@ -157,0 +157,0 @@ el: HTMLElement | SVGElement, |
{ | ||
"name": "@types/animejs", | ||
"version": "3.1.6", | ||
"version": "3.1.7", | ||
"description": "TypeScript definitions for animejs", | ||
@@ -28,4 +28,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/animejs", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "c4908f4f181ae59c4d24334bf815436b5646c1fd7d40f4c39e001367112fbbb3", | ||
"typeScriptVersion": "4.1" | ||
"typesPublisherContentHash": "c6162fd0df0c65c358cc938c550fc7f19e857fbaf76454c50ca5fbd56af1a5e6", | ||
"typeScriptVersion": "4.2" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 18 Oct 2022 12:33:02 GMT | ||
* Last updated: Wed, 25 Jan 2023 00:02:38 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: `anime` |
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
8877