MCPcopy
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

1import { describe, expect, it } from '@jest/globals';
2import fc from 'fast-check';
3import { List, Range, Seq } from 'immutable';
4import { expectToBeDefined } from './ts-utils';

Callers

nothing calls this directly

Calls 15

SeqInterface · 0.90
ListInterface · 0.90
expectToBeDefinedFunction · 0.90
describeFunction · 0.85
itFunction · 0.85
RangeClass · 0.85
countMethod · 0.80
interleaveMethod · 0.80
toArrayMethod · 0.65
zipMethod · 0.65
toJSMethod · 0.65
filterMethod · 0.65

Tested by

no test coverage detected