Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "children"

Index

Type aliases

Variables

Object literals

Type aliases

Child

Child: childType[] | childType

ChildCallback

ChildCallback: function

Type declaration

Variables

Const arrayForEach

arrayForEach: forEach = Array.prototype.forEach

Const arrayMap

arrayMap: map = Array.prototype.map

Const arraySlice

arraySlice: slice = Array.prototype.slice

Object literals

Const Children

Children: object

count

  • count(children: Child): number
  • Parameters

    Returns number

forEach

  • Parameters

    Returns any

map

  • Parameters

    Returns any

only

  • Parameters

    Returns childType

toArray

  • toArray(children: Child): any
  • Parameters

    Returns any

Generated using TypeDoc