@pulsecron/pulse
Advanced tools
Comparing version 1.1.11 to 1.1.12
import { Job, JobAttributesData } from '../job'; | ||
export type CreateMethod = <T extends JobAttributesData>(name: string, data: T) => Job; | ||
export type CreateMethod = <T extends JobAttributesData>(name: string, data: T) => Job<T>; | ||
export declare const create: CreateMethod; |
{ | ||
"name": "@pulsecron/pulse", | ||
"version": "1.1.11", | ||
"version": "1.1.12", | ||
"description": "The modern MongoDB-powered scheduling library for Node.js", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
169030