import { writeFile } from "node:fs/promises"; await writeFile("test.txt", "whatever");