UNPKG

@cocalc/project

Version:
12 lines 371 B
"use strict"; /* * This file is part of CoCalc: Copyright © 2020 Sagemath, Inc. * License: AGPLv3 s.t. "Commons Clause" – see LICENSE.md for details */ Object.defineProperty(exports, "__esModule", { value: true }); exports.eval_code = void 0; function eval_code(code) { return eval(code); } exports.eval_code = eval_code; //# sourceMappingURL=eval-code.js.map