UNPKG

@graphql-mesh/migrate-config-cli

Version:
6 lines (5 loc) 445 B
import { type MigrateLegacyConfigResult, type ResolveLegacyPlugin } from './migrate.cjs'; export { migrateLegacyConfig } from './migrate.cjs'; export type { MigrateLegacyConfigOptions, MigrateLegacyConfigResult, MigrationMessage, ResolveLegacyPlugin, } from './migrate.cjs'; export declare const createDefaultPluginResolver: (cwd: string) => ResolveLegacyPlugin; export declare function run(argv?: string[]): Promise<MigrateLegacyConfigResult>;