@visulima/packem
Version:
A fast and modern bundler for Node.js and TypeScript.
6 lines (5 loc) • 380 B
text/typescript
import type { RollupOptions } from "rollup";
import type { BuildContext } from "../types.d.mts";
import type FileCache from "../utils/file-cache.d.mts";
export declare const getRollupOptions: (context: BuildContext, fileCache: FileCache) => Promise<RollupOptions>;
export declare const getRollupDtsOptions: (context: BuildContext, fileCache: FileCache) => Promise<RollupOptions>;