UNPKG

computed-async-mobx

Version:

Define a computed by returning a Promise

4 lines (3 loc) 45 B
export interface Getter<T> { get(): T; }