Type Definition OptionalExpression
binjs_es6::ast
type OptionalExpression = Option<Expression>;
Alias to optional type type.