UNPKG

@yeoman/conflicter

Version:

Conflict resolution for yeoman's generator/environment stack

5 lines (4 loc) 251 B
import { Buffer } from 'node:buffer'; declare const isBinary: (filePath: string, newFileContents?: Buffer | string) => boolean; declare const binaryDiff: (existingFilePath: string, newFileContents?: Buffer) => string; export { isBinary, binaryDiff };