CIA Compliance Manager — API Documentation - v1.1.50
    Preparing search index...

    Function isFunction

    • Type guard to check if a value is a function. Note: typeof returns "function" for both callables and class constructors, so the Function type is the correct predicate here.

      Parameters

      • value: unknown

        Value to check

      Returns value is Function

      True if the value is a function