UNPKG

mobx-easy-form

Version:

Simple and performant form library built with MobX

2 lines (1 loc) 94 B
export declare function isPromise<T, S>(value: PromiseLike<T> | S): value is PromiseLike<T>;