UNPKG

airbridge-react-native-sdk

Version:

Airbridge SDK for React Native

9 lines 305 B
export const log = { unmatchedType: (name, type) => { console.warn(`Unmatched type: ${name} is not ${type}.`); }, nonJSONValue: (name) => { console.warn(`Non-json value: ${name} includes non-json value which is ignored by Airbridge.`); }, }; //# sourceMappingURL=log.js.map