tguard-js
    Preparing search index...

    Function isFunction

    • Determines whether the provided value is a function.

      Parameters

      • x: unknown

        The value to be checked.

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

      true if the value is a function, otherwise false.

      1.0