mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-07-28 06:31:49 +00:00
8 lines
136 B
TypeScript
8 lines
136 B
TypeScript
declare module 'lunr-languages/lunr.*' {
|
|
import lunr from 'lunr';
|
|
|
|
function register(l: typeof lunr): void;
|
|
|
|
export = register;
|
|
}
|