Interface interfaceA<T>

unexported interface

Type Parameters

  • T

Hierarchy

  • interfaceA

Indexable

[key: string]: any

Methods

  • some comment above the function

    Returns void

  • multi line comment

    Parameters

    • argA: string
    • argB: string

    Returns [T, number]

  • Parameters

    • argA: number
    • Rest ...argB: string[]

    Returns [T, string[]]

Generated using TypeDoc