@tanstack/db
Version:
A reactive client store for building super fast apps on sync
16 lines (15 loc) • 662 B
JavaScript
;
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const collectionOptionsBrand = /* @__PURE__ */ Symbol.for(
`@tanstack/db.collectionOptions`
);
const collectionOptionsFactory = /* @__PURE__ */ Symbol.for(
`@tanstack/db.collectionOptions.factory`
);
function hasCollectionOptionsBrand(value) {
return typeof value === `object` && value !== null && value[collectionOptionsBrand] === true;
}
exports.collectionOptionsBrand = collectionOptionsBrand;
exports.collectionOptionsFactory = collectionOptionsFactory;
exports.hasCollectionOptionsBrand = hasCollectionOptionsBrand;
//# sourceMappingURL=collection-options.cjs.map