GT2/Ejectable/node_modules/@expo/plist/build/build.d.ts
2021-08-16 00:14:59 +00:00

11 lines
319 B
TypeScript

/**
* 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;