[][src]Type Definition binjs::specialized::es6::ast::OptionalExpression

type OptionalExpression = Option<Expression>;

Alias to optional type type.