UNPKG

mmlpx

Version:

mobx model layer paradigm

5 lines (4 loc) 217 B
export declare const isObject: (obj: any) => boolean; export declare const isMap: (obj: any) => boolean; export declare const isArray: (obj: any) => boolean; export declare const isPromiseLike: (obj: any) => boolean;