UNPKG

node-resque

Version:

an opinionated implementation of resque in node

3 lines (2 loc) 264 B
export declare function RunPlugins(self: any, type: any, func: any, queue: any, job: any, args: any, pluginCounter?: any): any; export declare function RunPlugin(self: any, PluginRefrence: any, type: any, func: any, queue: any, job: any, args: any): Promise<any>;