UNPKG

@lexamica-modules/job-queue

Version:

The package for the Lexamica Job Queue SDK powered by Redis and BullMQ

5 lines (4 loc) 143 B
/** * Runs a check of all required environment variables and throws an error if any are missing */ export declare function checkEnv(): void;