mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 13:26:01 +01:00
server-ts: Port services/search/services/search
This commit is contained in:
5
src/types.d.ts
vendored
5
src/types.d.ts
vendored
@@ -11,4 +11,9 @@ declare module 'unescape' {
|
||||
declare module 'html2plaintext' {
|
||||
function html2plaintext(htmlText: string): string;
|
||||
export = html2plaintext;
|
||||
}
|
||||
|
||||
declare module 'normalize-strings' {
|
||||
function normalizeString(string: string): string;
|
||||
export = normalizeString;
|
||||
}
|
||||
Reference in New Issue
Block a user