UNPKG

@cemusta/nestjs-pulse

Version:

The modern MongoDB-powered scheduling library pulse for NestJS

3 lines (2 loc) 151 B
import Pulse, { PulseConfig } from "@pulsecron/pulse"; export declare function pulseFactory(queueConfig: PulseConfig, rootConfig: PulseConfig): Pulse;