UNPKG

mili

Version:

Scaffolding with continuous control over the development of the project.

7 lines (6 loc) 276 B
/// <reference types="node" /> export interface ShowDiffOptions { fold?: boolean; } export declare function showDiff(filename: string, oldBuffer: Buffer, newBuffer: Buffer, options?: ShowDiffOptions): string; export declare function showRemoved(filename: string): string;