• Checks if value is a native function.

    Parameters

    • value: any

      The value to check.

    Returns value is ((...args) => any)

    Retrun

    Returns true if value is a native function, else false.

Generated using TypeDoc