UNPKG

@haiku/player

Version:

Haiku Player is a JavaScript library for building user interfaces

12 lines (11 loc) 205 B
export default function parse(xml: any): { declaration: { attributes: {}; }; root: { name: any; attributes: {}; children: any[]; content: any; }; };