react-native-iap
Version:
React Native In-App Purchases module for iOS and Android using Nitro
13 lines • 419 B
TypeScript
/**
* Debug logger for React Native IAP
* Only logs when explicitly enabled for library development
* Silent for all library users (even in their dev mode)
*/
export declare const RnIapConsole: {
log: (...args: any[]) => void;
debug: (...args: any[]) => void;
warn: (...args: any[]) => void;
error: (...args: any[]) => void;
info: (...args: any[]) => void;
};
//# sourceMappingURL=debug.d.ts.map