chore: regenerate types to correctly type function declarations

This commit is contained in:
Eric Y Liu 2021-07-10 08:38:21 -07:00
commit 1dc547427d
3 changed files with 926 additions and 13 deletions

View file

@ -4,6 +4,9 @@
let storage: LocalStorage;
let toggled = false;
let events = [];
$: if (storage) storage.clearItem();
$: if (storage) storage.clearAll();
</script>
<LocalStorage