Skip to main content
Module

x/dtils/fs.ts>writeBytes

The best unofficial library of utilities for Deno applications
Go to Latest
function writeBytes
import { writeBytes } from "https://deno.land/x/dtils@2.6.0/fs.ts";

Write bytes to file. Creates the directory if it doesn't exist

Parameters

file: string
bytes: Uint8Array

Returns

Promise<void>