Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/immutable-js/immutable-js
/ zip.ts
File
zip.ts
__tests__/zip.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, expect, it } from
'@jest/globals'
;
2
import
fc from
'fast-check'
;
3
import
{ List, Range, Seq } from
'immutable'
;
4
import
{ expectToBeDefined } from
'./ts-utils'
;
Callers
nothing calls this directly
Calls
15
Seq
Interface · 0.90
List
Interface · 0.90
expectToBeDefined
Function · 0.90
describe
Function · 0.85
it
Function · 0.85
Range
Class · 0.85
count
Method · 0.80
interleave
Method · 0.80
toArray
Method · 0.65
zip
Method · 0.65
toJS
Method · 0.65
filter
Method · 0.65
Tested by
no test coverage detected