Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
1
import
{arraySum} from
'./array.ts'
;
2
import
{Coll, collForEach, collIsEmpty, collSize, collValues} from
'./coll.ts'
;
3
import
{IdMap, mapNew} from
'./map.ts'
;
4
import
{isUndefined, mathMax, mathMin} from
'./other.ts'
;
Callers
nothing calls this directly
Calls
2
mapNew
Function · 0.90
arraySum
Function · 0.90
Tested by
no test coverage detected