UNPKG

react-native-ajora

Version:

The most complete AI agent UI for React Native

6 lines 414 B
const styleString = (color) => `color: ${color}; font-weight: bold`; const headerLog = "%c[react-native-ajora]"; export const info = (...args) => console.log(headerLog, styleString("blue"), ...args); export const warning = (...args) => console.log(headerLog, styleString("orange"), ...args); export const error = (...args) => console.log(headerLog, styleString("red"), ...args); //# sourceMappingURL=logging.js.map