@tanstack/db
Version:
A reactive client store for building super fast apps on sync
16 lines (15 loc) • 487 B
JavaScript
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;
}
export {
collectionOptionsBrand,
collectionOptionsFactory,
hasCollectionOptionsBrand
};
//# sourceMappingURL=collection-options.js.map