exportconst 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