svelte-copy
Advanced tools
Comparing version 1.0.1 to 1.1.2
export declare const copy: (element: HTMLElement, text: string) => { | ||
update: (t: any) => any; | ||
update: (t: string) => string; | ||
destroy: () => void; | ||
}; |
import './events.d'; | ||
export { copy } from './copy'; |
{ | ||
"name": "svelte-copy", | ||
"version": "1.0.1", | ||
"version": "1.1.2", | ||
"repository": { | ||
@@ -19,5 +19,5 @@ "type": "git", | ||
"svelte-preprocess": "^4.9.4", | ||
"svelte2tsx": "^0.4.10", | ||
"svelte2tsx": "^0.4.11", | ||
"tslib": "^2.3.1", | ||
"typescript": "^4.5.2" | ||
"typescript": "^4.5.3" | ||
}, | ||
@@ -24,0 +24,0 @@ "type": "module", |
3069
30