---
title: "Type Example"
description: "Extracted example from ctx.requireAsync()"
---

# ctx.requireAsync()

## Type

```ts
requireAsync<T = any>(url: string): Promise<T>;
```
