Function isSpecificCall

  • Detect if the function is a specific call

    Returns

    wheter or not the function is a specific call

    Parameters

    • exp: string[]

      The expression as an array

    • i: number

      The location in the expression

    • word: string

      The function's name

    Returns boolean

Generated using TypeDoc