UNPKG

@plist/xml.parse

Version:

TypeScript library for parsing XML Property Lists, in browser and node.js.

3 lines (2 loc) 93 B
import { Value } from '@plist/common'; export declare const parse: (input: string) => Value;