MCPcopy Create free account
hub / github.com/antfu/utils / array.test.ts

File array.test.ts

src/array.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, expect, it } from 'vitest'
2import { filterInPlace, flattenArrayable, partition, range, toArray } from './array'
3
4describe('toArray', () => {

Callers

nothing calls this directly

Calls 5

toArrayFunction · 0.90
flattenArrayableFunction · 0.90
rangeFunction · 0.90
partitionFunction · 0.90
filterInPlaceFunction · 0.90

Tested by

no test coverage detected