Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "tools/arr"

Index

Functions

Functions

makeArray

  • makeArray(o: Object): any[]
  • Turns the values in an object into an array

    Parameters

    • o: Object

    Returns any[]

pushArray

  • pushArray<T>(thisArg: Array<T>, src: Array<T> | T): void
  • Pushs an array or a single value into the thisArg;

    Type parameters

    • T

    Parameters

    • thisArg: Array<T>
    • src: Array<T> | T

    Returns void

Generated using TypeDoc