vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Function isArrowFunction

    • Determine if the specified target is an arrow function. Determines if the target is a function and if it has no prototype.

      Parameters

      • target: unknown

        Target to check

      Returns target is (...args: any[]) => any

      true if the target is an arrow function otherwise false