Function logTime

  • Type Parameters

    • This

    • Args extends any[]

    • Return

    Parameters

    • target: ((this, ...args) => Return)
        • (this, ...args): Return
        • Parameters

          • this: This
          • Rest ...args: Args

          Returns Return

    • context: ClassMethodDecoratorContext<This, ((this, ...args) => Return)>

    Returns ((...input) => any)

      • (...input): any
      • Parameters

        • Rest ...input: Args

        Returns any

Generated using TypeDoc