upgrade lunr

This commit is contained in:
Przemek Więch
2026-05-11 19:58:49 +02:00
parent 56d0643ad0
commit 59a88675a6
3 changed files with 9 additions and 12 deletions

View File

@@ -1,7 +0,0 @@
declare module 'lunr-languages/lunr.*' {
import lunr from 'lunr';
function register(l: typeof lunr): void;
export = register;
}