Skip to main content
Module

x/aleph/shared/fs.ts>ensureTextFile

The Full-stack Framework in Deno.
Go to Latest
function ensureTextFile
import { ensureTextFile } from "https://deno.land/x/aleph@v0.3.0-alpha.2/shared/fs.ts";

ensure and write a text file.

Parameters

name: string
content: string

Returns

Promise<void>