Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

Functions

Type aliases

Hash

Hash: function

Type declaration

    • (v: any): string
    • Parameters

      • v: any

      Returns string

Functions

defaultHash

  • defaultHash(key: any): string

iter

  • iter<T>(list: Iterable<T>, cb: function): void
  • Type parameters

    • T

    Parameters

    • list: Iterable<T>
    • cb: function
        • (a: T): void
        • Parameters

          • a: T

          Returns void

    Returns void

iterMap

  • iterMap<T, U>(list: Iterable<T>, cb: function): IterableIterator<U>
  • Type parameters

    • T

    • U

    Parameters

    • list: Iterable<T>
    • cb: function
        • (a: T): U
        • Parameters

          • a: T

          Returns U

    Returns IterableIterator<U>

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc