---
title: TypeScript Essentials
head:
  - - meta
    - http-equiv: refresh
      content: 0; url=/docs/tutorials/fundamentals/typescript-essentials
---

# Page Moved

This page has moved to **[Tutorials: TypeScript Essentials](/tutorials/fundamentals/typescript-essentials)**.

You will be redirected automatically in a moment...

<script setup>
if (typeof window !== 'undefined') {
  window.location.href = '/docs/tutorials/fundamentals/typescript-essentials' + window.location.search + window.location.hash;
}
</script>
