interface WriteStreamOptions extends StreamOptions Usage in Denoimport { type WriteStreamOptions } from "node:fs"; Properties optional fs: CreateWriteStreamFSImplementation | null | undefined optional flush: boolean | undefined