TypeScript Utils by Ian Macalinao
    Preparing search index...

    Type Alias MutableNonEmptyArray<TItem>

    MutableNonEmptyArray: [TItem, ...TItem[]]

    Represents a mutable array with at least one element.

    Type Parameters

    • TItem