---
title: "Type Helpers"
description: "A collection of utility types for TypeScript."
date: "2025-10-02"
tags: ["typescript","types","helpers","frontend"]
canonical: "/snippets/typescript/type/type-helpers"
---

import { Code } from '@astrojs/starlight/components'
import Source from './type-helpers.ts?raw'

## Type Helpers

<Code code={Source} lang="ts" title="type-helpers.ts" wrap />
