@babel/runtime

    This is meant to be used as a runtime along with the Babel plugin @babel/plugin-transform-runtime. Please check out the documentation in that package for usage.

    For example, with the class transform (without loose mode):

    turns into:

    With , it would replace the reference to the function to the @babel/runtime version.

    is just the package that contains the implementations of the functions in a modular way.