@babel/helper-plugin-utils
- Version 8.0.1
- Published
- 11.2 kB
- No dependencies
- MIT license
Install
npm i @babel/helper-plugin-utilsyarn add @babel/helper-plugin-utilspnpm add @babel/helper-plugin-utilsOverview
General utilities for plugins to use
Index
Functions
Functions
function declare
declare: <State = object, Option = object>( builder: (api: PluginAPI, options: Option, dirname: string) => PluginObject<any>) => (api: PluginAPI, options: Option, dirname: string) => PluginObject<any>;function declarePreset
declarePreset: <Option = object>( builder: (api: PresetAPI, options: Option, dirname: string) => PresetObject) => (api: PresetAPI, options: Option, dirname: string) => PresetObject;Package Files (1)
Dependencies (0)
No dependencies.
Dev Dependencies (1)
Peer Dependencies (1)
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/helper-plugin-utils.
- Markdown[](https://www.jsdocs.io/package/@babel/helper-plugin-utils)
- HTML<a href="https://www.jsdocs.io/package/@babel/helper-plugin-utils"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>
- Updated .
Package analyzed in 2710 ms. - Missing or incorrect documentation? Open an issue for this package.
