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.

5 lines (4 loc) 279 B
declare function createAndProcessJobs(): Promise<void>; declare function processCurrentHour(): Promise<void>; declare function createJobsForDateRange(startDate: string, endDate: string): Promise<void>; export { createAndProcessJobs, processCurrentHour, createJobsForDateRange };