UNPKG

@hexadrop/types

Version:

Hexagonal architecture utils library

4 lines (2 loc) 64 B
type Awaitable<T> = Promise<T> | T; export type { Awaitable };