UNPKG

ts-essentials

Version:
2 lines (1 loc) 58 B
export type AsyncOrSync<Type> = PromiseLike<Type> | Type;