ESTree.FunctionDeclaration

Summary

Types

t :: %ESTree.FunctionDeclaration{type: binary, loc: ESTree.SourceLocation.t | nil, id: ESTree.Identifier.t, params: [ESTree.Pattern.t], defaults: [ESTree.Expression.t], body: ESTree.BlockStatement.t | ESTree.Expression.t, generator: boolean, expression: boolean, async: boolean}