Skip to content
master
Switch branches/tags
babel/packages/babel-helper-function-name/
babel/packages/babel-helper-function-name/
This branch is 1166 commits behind main.
Contribute

Latest commit

Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
4108524

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 

@babel/helper-function-name

Helper function to change the property 'name' of every function

See our website @babel/helper-function-name for more information.

Install

Using npm:

npm install --save-dev @babel/helper-function-name

or using yarn:

yarn add @babel/helper-function-name --dev