NonEmptyArray overview

Added in v1.1.0


Table of contents


Combinators

NonEmptyArray

A read-only Array containing one or more elements.

Signature

export declare const NonEmptyArray: <A, O>(
  inner: Schema<O, A>
) => Schema<RNEA.ReadonlyNonEmptyArray<O>, RNEA.ReadonlyNonEmptyArray<A>>

Added in v1.1.0