Files
2026-02-25 00:50:23 +05:30

5 lines
225 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.SUPPORTED_NODE_VERSIONS = void 0;
exports.SUPPORTED_NODE_VERSIONS = ["^20.0.0", "^22.0.0", "^24.0.0"];
//# sourceMappingURL=constants.js.map