UNPKG

create-expo-cljs-app

Version:

Create a react native application with Expo and Shadow-CLJS!

12 lines (11 loc) 319 B
/** * 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;