Comparing version 1.1.7 to 1.1.8
@@ -1568,7 +1568,10 @@ | ||
export default function anim8<A, S> (subject: S): Animator<A, S>; | ||
export default function anim8s<A, S> (subject: S[]): Animators<A, S>; | ||
export default function m8<A, S> (subject: S): Animator<A, S>; | ||
export default function m8s<A, S> (subject: S[]): Animators<A, S>; | ||
export function anim8<A, S> (subject: S): Animator<A, S>; | ||
export function anim8s<A, S> (subject: S | S[]): Animators<A, S>; | ||
export function m8<A, S> (subject: S): Animator<A, S>; | ||
export function m8s<A, S> (subject: S | S[]): Animators<A, S>; | ||
export default function<A, S> (subject: S): Animator<A, S>; | ||
export default function<A, S> (subject: S[]): Animators<A, S>; | ||
} |
{ | ||
"name": "anim8js", | ||
"version": "1.1.7", | ||
"version": "1.1.8", | ||
"description": "anim8js - Anim8 Everything", | ||
@@ -5,0 +5,0 @@ "main": "build/anim8js.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
1100428
15662