UNPKG

mili

Version:

Scaffolding with continuous control over the development of the project.

3 lines (2 loc) 150 B
import { Repository } from './interface/repository'; export declare function migrate(cwd: string, repository: Repository, fromVersion: string): void;