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

x/ter/entries.ts>getContentEntries

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

Parameters

opts: { path: string; }

Returns

Promise<Array<WalkEntry>>