Setting the file. One moment.
Subchapter 7.15
references/code-twoslash.mdMarkdown714 BView on GitHub
```ts twoslash
import { ref } from 'vue'
const count = ref(0)
// ^?
```^?const count = ref(0)
// ^?
// Shows: const count: Ref<number>Perfect for TypeScript/JavaScript teaching materials where showing types helps understanding.