UNPKG

advanced-patch-generator

Version:

Advanced patch manager using Xdelta for efficient patch creation and application with progress support, events, and error handling

9 lines 793 B
export { default as AdvancedPatchGenerator } from './lib/AdvancedPatchGenerator.js'; export { default as PatchAnalyzer } from './lib/PatchAnalyzer.js'; export { default } from './lib/AdvancedPatchGenerator.js'; export type { ProgressData, ErrorData, FileInfo, PatchResult, ApplyPatchResult, VerifyPatchResult, BatchResult, AdvancedPatchGeneratorOptions, CreatePatchOptions, ApplyPatchOptions, BatchOptions, LargeFileOptions, CommandResult, ChunkInfo, PatchAnalysisResult, PatchComparisonResult, PatchInfoResult, IAdvancedPatchGenerator, IPatchAnalyzer, } from './types/index.js'; export * from './utils/index.js'; export * from './validations/index.js'; export * from './constants/index.js'; export { DEFAULT_OPTIONS, MESSAGES } from './constants/index.js'; //# sourceMappingURL=index.d.ts.map