API reference › @evolu/common › Set › emptySet
const emptySet: ReadonlySet<never>;
Defined in: packages/common/src/Set.ts:46
An empty readonly set.
Use as a default or initial value to avoid allocating new empty sets.
API reference › @evolu/common › Set › emptySet
const emptySet: ReadonlySet<never>;
Defined in: packages/common/src/Set.ts:46
An empty readonly set.
Use as a default or initial value to avoid allocating new empty sets.