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

type OptionalStatement = Option<Statement>;

Alias to optional type type.