elearning/Frontend-Learner/node_modules/diff/libcjs/convert/xml.d.ts
2026-01-13 10:48:02 +07:00

6 lines
No EOL
240 B
TypeScript

import type { ChangeObject } from '../types.js';
/**
* converts a list of change objects to a serialized XML format
*/
export declare function convertChangesToXML(changes: ChangeObject<string>[]): string;
//# sourceMappingURL=xml.d.ts.map