UNPKG

cleverpush-expo-plugin

Version:

Expo config plugin for CleverPush push notifications with automatic NSE setup and rich notification support.

9 lines (8 loc) 252 B
export const CleverPushLog = { log: (message: string, ...args: any[]) => { console.log(`CleverPush: ${message}`, ...args); }, error: (message: string, ...args: any[]) => { console.error(`CleverPush Error: ${message}`, ...args); } };