import { writeBuffer } from "https://dotland.deno.dev/std@0.110.0/node/internal_binding/fs.ts";
Write to the given file from the given buffer asynchronously.
Implements async part of WriteBuffer in src/node_file.cc See: https://github.com/nodejs/node/blob/e9ed113/src/node_file.cc#L1818