Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TSDeclareFunction

Hierarchy

  • Node
    • TSDeclareFunction

Index

Properties

async

async: boolean

declare

declare: boolean | null

end

end: number

generator

generator: boolean

id

id: Identifier | null

Optional innerComments

innerComments: Comment[]

Optional leadingComments

leadingComments: Comment[]

loc

params

params: LVal[]

returnType

returnType: TypeAnnotation | TSTypeAnnotation | Noop | null

start

start: number

Optional trailingComments

trailingComments: Comment[]

type

type: "TSDeclareFunction"

typeParameters

typeParameters: TypeParameterDeclaration | Noop | null

Generated using TypeDoc