mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 04:45:47 +01:00
server-ts: Port services/image
This commit is contained in:
5
src/types.d.ts
vendored
5
src/types.d.ts
vendored
@@ -24,4 +24,9 @@ declare module 'joplin-turndown-plugin-gfm' {
|
||||
function gfm(service: TurndownService): void;
|
||||
}
|
||||
export = gfm;
|
||||
}
|
||||
|
||||
declare module 'is-animated' {
|
||||
function isAnimated(buffer: Buffer): boolean;
|
||||
export = isAnimated;
|
||||
}
|
||||
Reference in New Issue
Block a user