UNPKG

no-migration

Version:

CLI tool to manage migration changes and user changes separately for React Native miniapp projects

8 lines 366 B
export { commitCommand } from './commands/commit'; export { migrationCommand } from './commands/migration'; export { updateCommand } from './commands/update'; export { GitHelper } from './utils/gitHelper'; export { FileManager } from './utils/fileManager'; export { DiffHelper } from './utils/diffHelper'; export * from './types'; //# sourceMappingURL=index.d.ts.map