---
title: "Sleep"
description: "Learn how to implement a sleep function in TypeScript."
date: "2025-10-02"
tags: ["typescript","sleep","frontend"]
canonical: "/snippets/typescript/function/sleep"
---

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

## Sleep

<Code code={Source} lang="ts" title="sleep.ts" wrap />
