Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "util"

Index

Functions

Functions

Const getKey

  • getKey(seed: string): string
  • Generate a random key with a seed

    Parameters

    • seed: string

    Returns string

Const last

  • last<T>(t: T[]): T
  • Get the last item in t

    Type parameters

    • T

    Parameters

    • t: T[]

    Returns T

Generated using TypeDoc