interface Deno.lint.FunctionDeclaration
unstable
Declares a function in the current scope
Properties #
#id: Identifier | null
#typeParameters: TSTypeParameterDeclaration | undefined
#returnType: TSTypeAnnotation | undefined
#body: BlockStatement | null