@types/bull
Advanced tools
Comparing version
@@ -479,3 +479,3 @@ // Type definitions for bull 3.3 | ||
*/ | ||
getJob(jobId: JobId): Promise<Job<T>>; | ||
getJob(jobId: JobId): Promise<Job<T> | null>; | ||
@@ -482,0 +482,0 @@ /** |
{ | ||
"name": "@types/bull", | ||
"version": "3.3.14", | ||
"version": "3.3.15", | ||
"description": "TypeScript definitions for bull", | ||
@@ -53,4 +53,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "0cee0eebc90bd5cde263f4c48aa08366749e4931b03766ba4128421cb1a421a4", | ||
"typesPublisherContentHash": "d479472813afe18fa0df427b94fe3e56279dba027970ea5675abc6e43bed5b88", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 16 Jul 2018 17:07:43 GMT | ||
* Last updated: Sat, 21 Jul 2018 02:05:50 GMT | ||
* Dependencies: ioredis, bluebird | ||
@@ -14,0 +14,0 @@ * Global values: none |
27064
0.03%