UNPKG

logstack-zee

Version:

Complete Node.js logging solution with 6 integration methods, S3 bidirectional operations, advanced analytics, and multi-cloud storage support for enterprise-scale applications.

8 lines (7 loc) 216 B
declare function processYourApiLogs(): Promise<{ file: string; count: any; hour: string; }[] | undefined>; declare function quickDataCheck(): Promise<void>; export { processYourApiLogs, quickDataCheck };