Type Definition OptionalBinding
binjs_es6::ast
type OptionalBinding = Option<Binding>;
Alias to optional type type.