Function countArguments

  • Helper to count the arguments.

    Returns

    Parameters

    • func: any

      The function ot be analysed

    Returns {
        optional: number;
        static: number;
        total: number;
    }

    • optional: number
    • static: number
    • total: number

Generated using TypeDoc