UNPKG

@runjuu/ts-migrate-server

Version:

A package that contains the main migration runner and spawns a TSServer process

6 lines (5 loc) 302 B
import migrate, { MigrateConfig } from './migrate'; import { Plugin as PluginType, PluginParams as Params } from '../types'; export declare type Plugin<T = unknown> = PluginType<T>; export declare type PluginParams<TPluginOptions = unknown> = Params<TPluginOptions>; export { migrate, MigrateConfig };