diff --git a/packages/babel-helper-hoist-variables/README.md b/packages/babel-helper-hoist-variables/README.md index 5550490f13..a00b8559f6 100644 --- a/packages/babel-helper-hoist-variables/README.md +++ b/packages/babel-helper-hoist-variables/README.md @@ -1,6 +1,13 @@ # @babel/helper-hoist-variables +## Installation + +```sh +npm install @babel/helper-hoist-variables --save +``` + ## API + ```javascript declare export default hoistVariables(path: NodePath, emit: Function, kind: "var" | "let" = "var"); ```