UNPKG

@visulima/packem

Version:

A fast and modern bundler for Node.js and TypeScript.

9 lines (8 loc) 282 B
import type { Pail } from "@visulima/pail"; import type { Plugin } from "rollup"; export interface CJSInteropOptions { addDefaultProperty?: boolean; } export declare const cjsInteropPlugin: ({ addDefaultProperty, logger, }: CJSInteropOptions & { logger: Pail; }) => Plugin;