@babel/helpers
- Version 8.0.0
- Published
- 178 kB
- 2 dependencies
- MIT license
Install
npm i @babel/helpersyarn add @babel/helperspnpm add @babel/helpersOverview
Collection of helper functions used by Babel transforms.
Index
Variables
Functions
Variables
variable list
const list: string[];Functions
function get
get: ( name: string, getDependency?: GetDependency, bindingName?: string, localBindings?: string[], adjustAst?: AdjustAst) => { nodes: t.Program['body']; globals: string[] };function getDependencies
getDependencies: (name: string) => readonly string[];function isInternal
isInternal: (name: string) => boolean;function minVersion
minVersion: (name: string) => string;Package Files (1)
Dependencies (2)
Dev Dependencies (7)
Peer Dependencies (0)
No peer dependencies.
Badge
To add a badge like this oneto your package's README, use the codes available below.
You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/@babel/helpers.
- Markdown[](https://www.jsdocs.io/package/@babel/helpers)
- HTML<a href="https://www.jsdocs.io/package/@babel/helpers"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>
- Updated .
Package analyzed in 2658 ms. - Missing or incorrect documentation? Open an issue for this package.
