UNPKG

computed-async-mobx

Version:

Define a computed by returning a Promise

7 lines (6 loc) 268 B
export * from "./autorunThrottled"; export * from "./throttledComputed"; export { promisedComputed, PromisedComputedValue, isPromiseLike } from "./promisedComputed"; export * from "./asyncComputed"; export * from "./Getter"; export * from "./deprecatedComputedAsync";