Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
import
{arrayReduce} from
'./array.ts'
;
2
import
{isUndefined} from
'./other.ts'
;
3
4
export
type
Coll<Value> = Map<unknown, Value> | Set<Value>;
Callers
nothing calls this directly
Calls
1
collSizeN
Function · 0.70
Tested by
no test coverage detected