Type Definition OptionalStatement
binjs_es6::ast
type OptionalStatement = Option<Statement>;
Alias to optional type type.