Interface EsFunctionNaming<TArgs>

Function naming within namespace.

Type Parameters

  • out TArgs extends Args = Args

    Type of function arguments definition.

Hierarchy

Properties

Methods

Properties

name: string

The name used to refer the symbol.

Namespace the symbol is visible in.

signature: EsSignature<TArgs>

Named function signature.

symbol: EsSymbol<EsFunctionNaming<TArgs>>

Named function symbol.

Methods

Generated using TypeDoc