UNPKG

@cocalc/backend

Version:

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

4 lines (3 loc) 146 B
import { readFile, unlink } from "node:fs/promises"; export declare function exists(path: string): Promise<boolean>; export { readFile, unlink };