Options
All
  • Public
  • Public/Protected
  • All
Menu

Module utils

Index

Type aliases

Variables

Functions

Type aliases

NonEmptyArray

NonEmptyArray<T>: [T, ...T[]]

Type parameters

  • T

Variables

Const defaultChildName

defaultChildName: "Default" = "Default"

Functions

nonEmptyMap

  • Type parameters

    • T

    • U

    Parameters

    • arr: NonEmptyArray<T>
    • callbackfn: (value: T) => U
        • (value: T): U
        • Parameters

          • value: T

          Returns U

    Returns NonEmptyArray<U>

Generated using TypeDoc