UNPKG

367 BMarkdownView Raw
1# @babel/helper-function-name
2
3> Helper function to change the property 'name' of every function
4
5See our website [@babel/helper-function-name](https://babeljs.io/docs/en/babel-helper-function-name) for more information.
6
7## Install
8
9Using npm:
10
11```sh
12npm install --save @babel/helper-function-name
13```
14
15or using yarn:
16
17```sh
18yarn add @babel/helper-function-name
19```