UNPKG

jrnl-render

Version:

Render a jrnl (jrnl.sh) file as a webpage.

7 lines (6 loc) 91 B
export interface IEntry { title: string; date: Date; slug: string; body: string; }