Skip to main content
Module

x/dendron_exports/deps/micromark.ts>Value

Export your Dendron vault into SSG compatible markdown
Latest
type alias Value
import { type Value } from "https://deno.land/x/dendron_exports@v0.2.2/deps/micromark.ts";

Contents of the file.

Can either be text, or a Buffer like structure. This does not directly use type Buffer, because it can also be used in a browser context. Instead this leverages Uint8Array which is the base type for Buffer, and a native JavaScript construct.

definition: Uint8Array | string