/type-async-value

AsyncValue type

Primary LanguageJavaScriptMIT LicenseMIT

type-async-value

flow & typescript typings for the type

type AsyncValue<T> = Promise<T> | T