UNPKG
jrnl-render
Version:
latest (5.0.0)
5.0.0
4.4.1
4.4.0
4.3.0
4.2.0
4.1.0
4.0.0
3.0.0
2.0.0
1.1.0
1.0.1
1.0.0
0.0.1
Render a jrnl (jrnl.sh) file as a webpage.
github.com/sloria/jrnl-render
sloria/jrnl-render
jrnl-render
/
src
/
constants.ts
7 lines
(6 loc)
•
91 B
text/typescript
View Raw
1
2
3
4
5
6
7
export
interface
IEntry
{
title
:
string
;
date
:
Date
;
slug
:
string
;
body
:
string
; }