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

x/ter/entries.ts>getStaticEntries

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

Parameters

opts: { path: string; exts?: Array<string>; }

Returns

Promise<Array<WalkEntry>>