vitest/docs/advanced/api/import-example.md

4 lines
59 B
Markdown

```ts
function import<T>(moduleId: string): Promise<T>
```