UNPKG

apply-multi-diff

Version:

A zero-dependency library to apply unified diffs and search-and-replace patches, with support for fuzzy matching.

2 lines 447 B
export{applyDiff as applyStandardDiff,getToolDescription as getStandardDiffToolDescription}from'./strategies/standard-diff';export{applyDiff as applySearchReplace,getToolDescription as getSearchReplaceToolDescription}from'./strategies/search-replace';export*from'./types';export*from'./constants';export*from'./utils/error';export*from'./utils/logger';export*from'./utils/string';//# sourceMappingURL=index.js.map //# sourceMappingURL=index.js.map