Skip to main content

Awaitable

type
type Awaitable<T> = T | Promise<T>

Import

import { Awaitable } from '@modular/sdk';