UNPKG

@nlabs/lex

Version:
8 lines (7 loc) 286 B
export interface MigrateOptions { readonly cliName?: string; readonly packageManager?: string; readonly quiet?: boolean; } export type MigrateCallback = typeof process.exit; export declare const migrate: (cmd: MigrateOptions, callback?: MigrateCallback) => Promise<number>;