xml.d.ts 240 B

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