Skip to main content
Version: 25.3.0

Mapper type

Signature

export type Mapper<From, To> = (value: From) => Awaitable<To>;

References: Awaitable