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

type OptionalIdentifierName = Option<IdentifierName>;

Alias to optional type type.