UNPKG

wakaq

Version:

Background task queue for Node backed by Redis, a super minimal Celery

9 lines (8 loc) 266 B
import { WakaQ } from './wakaq.js'; export declare enum Level { INFO = "info", ERROR = "error", WARN = "warn", DEBUG = "debug" } export declare const setupLogging: (wakaq: WakaQ, isChild?: boolean, isScheduler?: boolean) => import("winston").Logger;