react-native-beautiful-logs
Version:
A beautiful, feature-rich logging library for React Native applications with colored output and file persistence
8 lines • 311 B
JavaScript
/**
* @fileoverview Defines the core TypeScript types and interfaces used by the
* `react-native-beautiful-logs` library. These types ensure strong typing
* and improve developer experience when using the library's functions and interfaces.
* @category Types
*/
export {};
//# sourceMappingURL=types.js.map