import { write } from "https://deno.land/std@0.168.0/node/_fs/_fs_write.mjs";
Writes the buffer to the file of the given descriptor. https://nodejs.org/api/fs.html#fswritefd-buffer-offset-length-position-callback https://github.com/nodejs/node/blob/42ad4137aadda69c51e1df48eee9bc2e5cebca5c/lib/fs.js#L797