# @babel/plugin-syntax-function-sent > Allow parsing of the function.sent meta property See our website [@babel/plugin-syntax-function-sent](https://new.babeljs.io/docs/en/next/babel-plugin-syntax-function-sent.html) for more information. ## Install Using npm: ```sh npm install --save @babel/plugin-syntax-function-sent ``` or using yarn: ```sh yarn add --save @babel/plugin-syntax-function-sent ```