• Gets sum for parameter 1 and 2 Usually Babel will place helpers at the top of your file to do common tasks to avoid duplicating the code around in the current file. Sometimes these helpers can get a little bulky and add unnecessary duplication across files. The runtime transformer replaces all the helper calls to a module.

    Parameters

    • v1: number

      The first parameter

    • v2: number

      The second parameter

    Returns number

    The sum of v1 and v2