UNPKG
@cleotasks/core
Version:
latest (1.0.11)
1.0.11
1.0.10
1.0.9
1.0.8
1.0.7
1.0.4
1.0.3
1.0.2
1.0.0
1.0.0-beta.7
1.0.0-beta.6
1.0.0-beta.5
1.0.0-beta.4
1.0.0-beta.3
1.0.0-beta.2
1.0.0-beta.1
A distributed task queue system for Node.js, inspired by Celery and BullMQ
@cleotasks/core
/
dist
/
utils
/
index.d.ts
6 lines
(5 loc)
•
124 B
TypeScript
View Raw
1
2
3
4
5
6
/** * Generates a UUID v4
string
* @returns {
string
} A UUID v4
string
*/ export declare
function
generateUUID
()
:
string
;