UNPKG

@mos-connection/connector

Version:
6 lines 330 B
/** Return true if the object has a property */ export declare function has(obj: unknown, property: string): boolean; export declare function safeStringify(obj: unknown): string; export declare function isTestingWithJest(): boolean; export declare const PROFILE_VALIDNESS_CHECK_WAIT_TIME: number; //# sourceMappingURL=lib.d.ts.map