svelte2tsx
Advanced tools
Comparing version 0.1.161 to 0.1.162
{ | ||
"name": "svelte2tsx", | ||
"version": "0.1.161", | ||
"version": "0.1.162", | ||
"description": "Convert Svelte components to TSX for type checking", | ||
@@ -5,0 +5,0 @@ "author": "David Pershouse", |
@@ -32,3 +32,3 @@ declare module '*.svelte' { | ||
*/ | ||
$on<K extends keyof Events>(event: K, handler: (e: Events[K]) => any): () => void; | ||
$on<K extends keyof Events & string>(event: K, handler: (e: Events[K]) => any): () => void; | ||
/** | ||
@@ -35,0 +35,0 @@ * Removes a component from the DOM and triggers any `onDestroy` handlers. |
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
330182