type alias NonEmptyList

Represents a non-empty list.

Type Parameters

Definition

[T, ...T[]]

Usage

import { type NonEmptyList } from ".";