property WriteStream.prototype.bytesWritten Usage in Denoimport { WriteStream } from "node:fs"; The number of bytes written so far. Does not include data that is still queued for writing. Type number