Type alias MaybeAsync<T>

MaybeAsync<T>: T | PromiseLike<T>

A synchronous or asynchronous return type

Type Parameters

  • T

Generated using TypeDoc