Skip to content

v16.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Jun 22:59
v16.0.0
636896c

Changed

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