Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/dnit/utils/io.ts>writeAllClose

dnit: typescript (deno) task executor
Go to Latest
function writeAllClose
import { writeAllClose } from "https://deno.land/x/dnit@dnit-v1.14.3/utils/io.ts";

Write string content to Writer and close

Parameters

content: string
dest: Deno.Writer & Deno.Closer

Returns

Promise<void>