Type Definition OptionalCatchClause
binjs_es6::ast
type OptionalCatchClause = Option<CatchClause>;
Alias to optional type type.