v16.0.0
Changed
- [JavaScript] The
ParameterType
constructor'sregexps
parameter has a new type:type Regexps = StringOrRegExp | readonly StringOrRegExp[]; type StringOrRegExp = string | RegExp
.
ParameterType
constructor's regexps
parameter has a new type: type Regexps = StringOrRegExp | readonly StringOrRegExp[]; type StringOrRegExp = string | RegExp
.