UNPKG

@pierre/diffs

Version:

7 lines (6 loc) 265 B
import { Hunk } from "../types.js"; //#region src/utils/getTotalLineCountFromHunks.d.ts declare function getTotalLineCountFromHunks(hunks: Hunk[]): number; //#endregion export { getTotalLineCountFromHunks }; //# sourceMappingURL=getTotalLineCountFromHunks.d.ts.map