svelte2tsx
Advanced tools
Comparing version 0.4.9 to 0.4.10
{ | ||
"name": "svelte2tsx", | ||
"version": "0.4.9", | ||
"version": "0.4.10", | ||
"description": "Convert Svelte components to TSX for type checking", | ||
@@ -5,0 +5,0 @@ "author": "David Pershouse", |
@@ -209,3 +209,3 @@ // Whenever a ambient declaration changes, its number should be increased | ||
array: T, | ||
callbackfn: (value: T extends ArrayLike<infer U> ? U : never, index: number) => any | ||
callbackfn: (value: T extends ArrayLike<infer U> ? U : any, index: number) => any | ||
): any; | ||
@@ -212,0 +212,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
506616