Skip to content

Instantly share code, notes, and snippets.

@lovell
Created March 29, 2024 12:49
Show Gist options
  • Save lovell/283941ea043ce72a1d36db719be3303c to your computer and use it in GitHub Desktop.
Save lovell/283941ea043ce72a1d36db719be3303c to your computer and use it in GitHub Desktop.
Runes lampoons
<script lang="ts">
const ᛋ = $state;
const ᚦ = $derived;
type ᛒ = boolean;
type ᚿ = number;
let ᛅ = ᛋ<ᚿ>(1);
let ᚯ = ᚦ<ᛒ>(ᛅ > 0);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment