UNPKG

supastash

Version:

Offline-first sync engine for Supabase in React Native using SQLite

9 lines 322 B
export declare function isTrulyNullish(value: any): boolean; /** * Converts a value into a stable JSON string representation. * * @param value - The value to convert * @returns A stable stringified version of the input */ export declare function getSafeValue(value: any): any; //# sourceMappingURL=serializer.d.ts.map