UNPKG

react-native-gigya-sdk

Version:
12 lines 309 B
import sendApiCall from './sendApiCall'; export default function () { return new Promise(async (resolve, reject) => { try { const response = await sendApiCall('accounts.getSchema'); resolve(response); } catch (e) { reject(e); } }); } //# sourceMappingURL=getAllSchemas.js.map