DefinitelyTyped/simple-xml/index.d.ts

8 lines
321 B
TypeScript

// Type definitions for simple-xml 0.10
// Project: https://github.com/AirAsiaExpedia/node-simple-xml
// Definitions by: Vitaliy Isikov <https://github.com/notVitaliy>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export function stringify(obj: {}): string;
export function parse(data: string): {};