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

x/ter/entries.ts>getStaticEntries

A tiny wiki-style site builder with Zettelkasten flavor.
Go to Latest
function getStaticEntries
import { getStaticEntries } from "https://deno.land/x/ter@0.8.1/entries.ts";

Parameters

staticPath: string
outputPath: string
optional
extensions: Array<string>

Returns

Promise<Array<WalkEntry>>