UNPKG

@cocalc/backend

Version:

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

2 lines (1 loc) 90 B
export declare function touch(path: string, createIfMissing?: boolean): Promise<boolean>;