UNPKG

@cocalc/backend

Version:

CoCalc backend functionality: functionality used by either the hub, the next.js server or the project.

22 lines 1.49 kB
"use strict"; //######################################################################## // This file is part of CoCalc: Copyright © 2020 Sagemath, Inc. // License: AGPLv3 s.t. "Commons Clause" – see LICENSE.md for details //######################################################################## var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.touch = exports.execute_code = exports.abspath = exports.uuidsha1 = exports.sha1 = exports.enable_mesg = void 0; const enable_messaging_protocol_1 = __importDefault(require("./tcp/enable-messaging-protocol")); exports.enable_mesg = enable_messaging_protocol_1.default; var sha1_1 = require("./sha1"); Object.defineProperty(exports, "sha1", { enumerable: true, get: function () { return sha1_1.sha1; } }); Object.defineProperty(exports, "uuidsha1", { enumerable: true, get: function () { return sha1_1.uuidsha1; } }); const abspath_1 = __importDefault(require("./misc/abspath")); exports.abspath = abspath_1.default; var execute_code_1 = require("./execute-code"); Object.defineProperty(exports, "execute_code", { enumerable: true, get: function () { return execute_code_1.execute_code; } }); var touch_1 = require("./misc/touch"); Object.defineProperty(exports, "touch", { enumerable: true, get: function () { return touch_1.touch; } }); //# sourceMappingURL=misc_node.js.map