UNPKG

113 BTypeScriptView Raw
1interface IOpts {
2 presets?: string[];
3}
4export declare function run(opts?: IOpts): Promise<void>;
5export {};