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

# ctx.importAsync()

## Type

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