Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "Utils"

Index

Functions

clearElement

  • clearElement(e: HTMLElement): void
  • Remove all children from element.

    Parameters

    • e: HTMLElement

    Returns void

concatByteArrays

  • concatByteArrays(samplesList: Uint8Array[]): Uint8Array
  • Concatenate a list of byte arrays into one.

    Parameters

    • samplesList: Uint8Array[]

    Returns Uint8Array

withCommas

  • withCommas(n: number | string): string
  • Generate the string version of a number, in base 10, with commas for thousands groups.

    Parameters

    • n: number | string

    Returns string

Generated using TypeDoc