interface Deno.lint.FunctionExpression
unstable
Declare a function as an expression. Similar to FunctionDeclaration
,
with an optional name (=id).
Properties #
#id: Identifier | null
#typeParameters: TSTypeParameterDeclaration | undefined
#returnType: TSTypeAnnotation | undefined