UNPKG

@tanstack/offline-transactions

Version:

Offline-first transaction capabilities for TanStack DB

11 lines (10 loc) 297 B
"use strict"; Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); class NonRetriableError extends Error { constructor(message) { super(message); this.name = `NonRetriableError`; } } exports.NonRetriableError = NonRetriableError; //# sourceMappingURL=types.cjs.map