Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/aleph_plugin_mdx/dev_deps.ts>ensureTextFile

The MDX 2 Plugin for Aleph.js
Latest
function ensureTextFile
import { ensureTextFile } from "https://deno.land/x/aleph_plugin_mdx@v1.3.0-beta.1/dev_deps.ts";

ensure and write text file.

Parameters

name: string
content: string

Returns

Promise<void>