# @babel/helper-get-function-arity> Helper function to get function aritySee our website [@babel/helper-get-function-arity](https://babeljs.io/docs/en/next/babel-helper-get-function-arity.html) for more information.## InstallUsing npm:```shnpm install--save-dev @babel/helper-get-function-arity```or using yarn:```shyarn add @babel/helper-get-function-arity --dev```