Hierarchy

Properties

async?: boolean
generator?: boolean
id: null | Identifier

It is null when a function declaration is a part of the export default function statement

leadingComments?: Comment[]
loc?: null | SourceLocation
params: Pattern[]
range?: [number, number]
trailingComments?: Comment[]
type: "FunctionDeclaration"

Generated using TypeDoc