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

File aggregators.ts

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

Source from the content-addressed store, hash-verified

1import {arraySum} from './array.ts';
2import {Coll, collForEach, collIsEmpty, collSize, collValues} from './coll.ts';
3import {IdMap, mapNew} from './map.ts';
4import {isUndefined, mathMax, mathMin} from './other.ts';

Callers

nothing calls this directly

Calls 2

mapNewFunction · 0.90
arraySumFunction · 0.90

Tested by

no test coverage detected