[][src]Type Definition binjs_es6::ast::OptionalExpression

type OptionalExpression = Option<Expression>;

Alias to optional type type.