UNPKG

actionhero

Version:

actionhero.js is a multi-transport API Server with integrated cluster capabilities and delayed tasks

7 lines (6 loc) 277 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.actionheroVersion = void 0; const path = require("path"); const packageJson = require(path.join(__dirname, "..", "..", "..", "package.json")); exports.actionheroVersion = packageJson.version;