UNPKG

prebundle

Version:
7 lines (6 loc) 186 B
export interface RunOptions { config?: string; packages?: string[]; } export declare function run(options?: RunOptions): Promise<void>; export type { Config } from './types.js';