UNPKG

@cocalc/project

Version:
9 lines (7 loc) 217 B
/* * This file is part of CoCalc: Copyright © 2020 Sagemath, Inc. * License: AGPLv3 s.t. "Commons Clause" – see LICENSE.md for details */ export function eval_code(code: string): any { return eval(code); }