mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
8 lines
321 B
TypeScript
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): {};
|