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

type OptionalCatchClause = Option<CatchClause>;

Alias to optional type type.