UNPKG

@mcma/worker-invoker

Version:

Core classes and types for invoking MCMA Worker functions

8 lines (7 loc) 314 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getWorkerFunctionId = getWorkerFunctionId; const core_1 = require("@mcma/core"); function getWorkerFunctionId(configVariables = core_1.ConfigVariables.getInstance()) { return configVariables.get("MCMA_WORKER_FUNCTION_ID"); }