UNPKG
@cemusta/nestjs-pulse
Version:
latest (1.0.9)
1.0.9
1.0.8
The modern MongoDB-powered scheduling library pulse for NestJS
pulsecron.com
cemusta/nestjs-pulse
@cemusta/nestjs-pulse
/
dist
/
factories
/
pulse.factory.d.ts
3 lines
(2 loc)
•
151 B
TypeScript
View Raw
1
2
3
import
Pulse
, {
PulseConfig
}
from
"@pulsecron/pulse"
;
export
declare
function
pulseFactory
(
queueConfig: PulseConfig, rootConfig: PulseConfig
):
Pulse
;