UNPKG

@cleotasks/core

Version:

A distributed task queue system for Node.js, inspired by Celery and BullMQ

6 lines (5 loc) 124 B
/** * Generates a UUID v4 string * @returns {string} A UUID v4 string */ export declare function generateUUID(): string;