@babel/plugin-transform-nullish-coalescing-operator
Version:
Remove nullish coalescing operator
10 lines (7 loc) • 360 B
TypeScript
import * as _babel_core from '@babel/core';
interface Options {
/** @deprecated Use the `noDocumentAll` assumption 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 };