Uneventful
    Preparing search index...
    • Like fn.call(thisArg, ...args), but monomorphic, and the thisArg parameter can be omitted or null.

      This is mostly useful as syntax sugar for an immediately-evaluated function expression, replacing (() => {...})() with call(() => {...}).

      Type Parameters

      Parameters

      • fn: F
      • OptionalthisArg: ThisParameterType<F>
      • ...args: Parameters<F>

      Returns ReturnType<F>