UNPKG

@instantdb/core

Version:
8 lines 416 B
/** * Kept around so existing IndexedDB caches (querySubs / syncSubs) keyed by * the pre-v1.0.39 weakHash can still be looked up and migrated to the new * hash on first access. Safe to delete a few releases after v1.0.39, once * we're confident no users are still on a version that wrote with this hash. */ export default function weakHashLegacy(input: any): string; //# sourceMappingURL=weakHashLegacy.d.ts.map