mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 06:15:48 +01:00
server-ts: Port services/export/md
This commit is contained in:
8
src/types.d.ts
vendored
8
src/types.d.ts
vendored
@@ -16,4 +16,12 @@ declare module 'html2plaintext' {
|
||||
declare module 'normalize-strings' {
|
||||
function normalizeString(string: string): string;
|
||||
export = normalizeString;
|
||||
}
|
||||
|
||||
declare module 'joplin-turndown-plugin-gfm' {
|
||||
import TurndownService = require("turndown");
|
||||
namespace gfm {
|
||||
function gfm(service: TurndownService): void;
|
||||
}
|
||||
export = gfm;
|
||||
}
|
||||
Reference in New Issue
Block a user