Function UNUSED

  • Used for ignoring any unused types, variables, so that the compiler doesn't complain.

    Parameters

    • Rest...x: any

      any number of parameters to ignore

    Returns void