mirror of
https://github.com/duhanbalci/dexpr.git
synced 2026-07-02 08:29:16 +00:00
initial commit
This commit is contained in:
11
editor/node_modules/fix-dts-default-cjs-exports/dist/rollup.d.mts
generated
vendored
Normal file
11
editor/node_modules/fix-dts-default-cjs-exports/dist/rollup.d.mts
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import { RenderedChunk, Plugin } from 'rollup';
|
||||
|
||||
interface PluginOptions {
|
||||
warn?: (message: string) => void;
|
||||
matcher?: (info: RenderedChunk) => boolean;
|
||||
}
|
||||
declare function cjsExportsDtsMatcher(info: RenderedChunk): boolean;
|
||||
declare function defaultCjsExportsDtsMatcher(info: RenderedChunk): boolean;
|
||||
declare function FixDtsDefaultCjsExportsPlugin(options?: PluginOptions): Plugin;
|
||||
|
||||
export { FixDtsDefaultCjsExportsPlugin, type PluginOptions, cjsExportsDtsMatcher, defaultCjsExportsDtsMatcher };
|
||||
Reference in New Issue
Block a user