import * as mod from "https://deno.land/std@0.211.0/streams/write_all.ts";
Functions
Write all the content of the array buffer ( | |
Synchronously write all the content of the array buffer ( |
Interfaces
An abstract interface which when implemented provides an interface to write bytes from an array buffer to a file/resource asynchronously. | |
An abstract interface which when implemented provides an interface to write bytes from an array buffer to a file/resource synchronously. |