v16.0.0
Changed
- [JavaScript] The
ParameterTypeconstructor'sregexpsparameter 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.