Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TaggedFn5<A, B, C, D, E, T>

Type parameters

Hierarchy

  • (a: A, b: B, c: C, d: D, e: E) => F
  • Func<T>
    • TaggedFn5

Callable

  • __call(a: A, b: B, c: C, d: D, e: E): F
  • Parameters

    • a: A
    • b: B
    • c: C
    • d: D
    • e: E

    Returns F

Index

Properties

args

args: [Sym<A>, Sym<B>, Sym<C>, Sym<D>, Sym<E>]

deps

deps: Func<any>[]

id

id: string

scope

scope: Scope

tag

tag: Tag

type

type: T

Generated using TypeDoc