yeet
This commit is contained in:
8
node_modules/@expo/plist/build/parse.d.ts
generated
vendored
Normal file
8
node_modules/@expo/plist/build/parse.d.ts
generated
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
/**
|
||||
* Parses a Plist XML string. Returns an Object.
|
||||
*
|
||||
* @param {String} xml - the XML String to decode
|
||||
* @returns {Mixed} the decoded value from the Plist XML
|
||||
* @api public
|
||||
*/
|
||||
export declare function parse(xml: string): any;
|
Reference in New Issue
Block a user