Files
jackbeeby b412dfe2ca Initialisation
Added the packages and files for the backend server
2024-12-15 17:48:45 +11:00

9 lines
300 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.isNodeLike = void 0;
exports.isNodeLike = typeof process === "object" &&
process &&
process.release &&
process.versions &&
typeof process.versions.node === "string";
//# sourceMappingURL=index.js.map