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

type OptionalStatement = Option<Statement>;

Alias to optional type type.