MCPcopy Index your code
hub / github.com/tinyplex/tinybase / coll.ts

File coll.ts

src/common/coll.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import {arrayReduce} from './array.ts';
2import {isUndefined} from './other.ts';
3
4export type Coll<Value> = Map<unknown, Value> | Set<Value>;

Callers

nothing calls this directly

Calls 1

collSizeNFunction · 0.70

Tested by

no test coverage detected