yeet
This commit is contained in:
11
node_modules/@expo/plist/build/build.d.ts
generated
vendored
Normal file
11
node_modules/@expo/plist/build/build.d.ts
generated
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
/**
|
||||
* Generate an XML plist string from the input object `obj`.
|
||||
*
|
||||
* @param {Object} obj - the object to convert
|
||||
* @param {Object} [opts] - optional options object
|
||||
* @returns {String} converted plist XML string
|
||||
* @api public
|
||||
*/
|
||||
export declare function build(obj: any, opts?: {
|
||||
[key: string]: any;
|
||||
}): string;
|
Reference in New Issue
Block a user