Enums§

  • An enumeration representing different types of JavaScript/TypeScript parameter lists.
  • An iterator over the parameters in an AnyJsParameterList.
  • The AnyJsParameters union can represent either a standard JavaScript/TypeScript parameters or a JavaScript/TypeScript constructor parameters. This is useful in contexts where a function could accept either type of parameters.
  • The AnyParameter union can represent either a standard JavaScript/TypeScript parameter or a JavaScript/TypeScript constructor parameter. This is useful in contexts where a function could accept either type of parameter.