UNPKG

@fruits-chain/react-native-xiaoshu

Version:
5 lines (4 loc) • 168 B
/** 是对象 */ export declare const isObject: <T>(v: T) => v is T; /** 是一个 Promise */ export declare const isPromise: <T = any>(val: any) => val is Promise<T>;