Skip to content

Commit 5761fd2

Browse files
committed
80kb
1 parent 3ed0e94 commit 5761fd2

7 files changed

Lines changed: 749 additions & 1 deletion

File tree

dist/index.d.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
import { RollupOptions } from "rollup";
2+
import { Plugin as RollupPlugin } from "rollup";
3+
declare const _default: (mode?: string) => RollupPlugin;
4+
declare const _default: () => RollupPlugin;
5+
interface CompileOptions {
6+
/**
7+
* Copy the changelog from the root of the monorepo.
8+
* true by default
9+
*/
10+
copyRootChangelog?: boolean;
11+
}
12+
declare function compile(here: ImportMeta | string, options?: CompileOptions): RollupOptions[];
13+
export { _default as importMeta, _default as inline, compile };

0 commit comments

Comments
 (0)