UNPKG

mili

Version:

Scaffolding with continuous control over the development of the project.

7 lines (6 loc) 231 B
import { ShowDiffOptions } from './show-diff'; interface DiffOptions extends ShowDiffOptions { showDiff: boolean; } export declare function diff(cwd: string, tmpDir: string, options: DiffOptions): Promise<string[]>; export {};