MCPcopy
hub / github.com/Effect-TS/effect / NonEmptyArray

Function NonEmptyArray

packages/effect/src/Schema.ts:1629–1630  ·  view source on GitHub ↗
(value: Value)

Source from the content-addressed store, hash-verified

1627 * @since 3.10.0
1628 */
1629export const NonEmptyArray = <Value extends Schema.Any>(value: Value): NonEmptyArray<Value> =>
1630 makeNonEmptyArrayClass(value) as any
1631
1632/**
1633 * @category api interface

Callers 3

NonEmptyArrayEnsureFunction · 0.70
NonEmptyChunkFromSelfFunction · 0.70
NonEmptyChunkFunction · 0.70

Calls 1

makeNonEmptyArrayClassFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…