@chialab/esbuild-plugin-commonjs
Version:
A commonjs to esm converter for esbuild.
10 lines (9 loc) • 326 B
TypeScript
/**
* @typedef {import('@chialab/cjs-to-esm').TransformOptions} PluginOptions
*/
/**
* @param {PluginOptions} options
* @returns An esbuild plugin.
*/
export default function _default({ helperModule }?: PluginOptions): import("esbuild").Plugin;
export type PluginOptions = import("@chialab/cjs-to-esm").TransformOptions;