mirror of
https://github.com/cdr/code-server.git
synced 2026-01-21 23:55:29 +01:00
* Implements the fs module * Add stats object * Add not implemented to createWriteStream * Update mkdtemp to use tmp dir * Unexport Stats * Add client web socket for commands and restructure
5 lines
86 B
TypeScript
5 lines
86 B
TypeScript
import { implementation as promisify } from "util.promisify";
|
|
|
|
export {
|
|
promisify,
|
|
}
|