6 lines
148 B
TypeScript
6 lines
148 B
TypeScript
import { Nitro, RollupConfig } from 'nitropack/types';
|
|
|
|
declare const getRollupConfig: (nitro: Nitro) => RollupConfig;
|
|
|
|
export { getRollupConfig };
|