@babel/plugin-transform-for-of
Version:
Compile ES2015 for...of to ES5
12 lines (9 loc) • 451 B
TypeScript
import * as _babel_core from '@babel/core';
interface Options {
allowArrayLike?: boolean;
assumeArray?: boolean;
/** @deprecated Use the 'iterableIsArray' and 'skipForOfIteratorClosing' assumptions instead. */
loose?: boolean;
}
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 };