UNPKG

babel-plugin-node-cjs-interop

Version:

A babel plugin to fix the default import interoperability issue in Node.js

6 lines (5 loc) 288 B
import type * as Babel from "@babel/core"; import type { Options } from "./options.js"; export type { Options } from "./options.js"; declare const _default: (api: object, options: Options | null | undefined, dirname: string) => Babel.PluginObj<Babel.PluginPass>; export default _default;