UNPKG

@cleotasks/core

Version:

A distributed task queue system for Node.js, inspired by Celery and BullMQ

5 lines (4 loc) 230 B
import { TaskOptions } from "../types/interfaces"; import { type Cleo } from "../index"; export declare function initializeTaskDecorator(instance: Cleo): void; export declare function task(options?: TaskOptions): MethodDecorator;