UNPKG

locutus

Version:

Locutus other languages' standard libraries to JavaScript for fun and educational purposes

6 lines (5 loc) 221 B
type PatchErrorObject = { value?: string; }; export declare function xdiff_string_patch(originalStr: string, patch: string, flags?: number | string | string[], errorObj?: PatchErrorObject): string | false; export {};