UNPKG

reviewit

Version:

A lightweight command-line tool that spins up a local web server to display Git commit diffs in a GitHub-like Files changed view

3 lines (2 loc) 115 B
import { ParsedDiff } from '../../types/diff.js'; export declare function parseDiff(diffText: string): ParsedDiff;