UNPKG
edicek
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
CLI tool for exporting knowledge from Edicek to Markdown files
edicek.com
edicek
/
dist
/
utils
/
MarkdownGenerator.d.ts
6 lines
•
277 B
TypeScript
View Raw
1
2
3
4
5
6
import
type
{
EntryWithAtoms
}
from
'../lib/commands/export'
;
export
declare
class
EntryMarkdownGenerator
{
static
generateEntryMarkdown
(
entry
:
EntryWithAtoms
):
string
;
static
sanitizeFilename
(
filename
:
string
):
string
; }
//# sourceMappingURL=MarkdownGenerator.d.ts.map