UNPKG

supastash

Version:

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

8 lines 251 B
/** * Gets filter key for supabase call * * @param op - The operator to map * @returns */ export declare function operatorMap(op: string): "eq" | "neq" | "gt" | "lt" | "gte" | "lte" | "like" | "in" | "is"; //# sourceMappingURL=queryUtils.d.ts.map