UNPKG

@babel/plugin-external-helpers

Version:

This plugin contains helper functions that’ll be placed at the top of the generated code

10 lines (7 loc) 334 B
import * as _babel_core from '@babel/core'; interface Options { helperVersion?: string; allowlist?: false | string[]; } declare const _default: (api: _babel_core.PluginAPI, options: Options, dirname: string) => _babel_core.PluginObject<object & _babel_core.PluginPass<object>>; export { type Options, _default as default };