UNPKG

@becomes/cms

Version:

Simple CMS for building APIs.

12 lines (11 loc) 219 B
export interface RollupResult { js: string; css: string; } export declare class Rollup { static build(config: { input: string; output: string; dev?: boolean; }): Promise<void>; }