UNPKG

umi

Version:
6 lines (5 loc) 113 B
interface IOpts { presets?: string[]; } export declare function run(opts?: IOpts): Promise<void>; export {};