UNPKG

@cocalc/backend

Version:

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

8 lines (7 loc) 267 B
import enable_mesg from "./tcp/enable-messaging-protocol"; export { enable_mesg }; export { sha1, uuidsha1 } from "./sha1"; import abspath from "./misc/abspath"; export { abspath }; export { execute_code } from "./execute-code"; export { touch } from "./misc/touch";