Type Definition OptionalPropertyKey
binjs_es6::ast
type OptionalPropertyKey = Option<PropertyKey>;
Alias to optional type type.