fix: patch flexsearch type definitions

[deploy]
This commit is contained in:
2023-07-28 18:54:02 +02:00
parent c709878d6a
commit e508d1312e
7 changed files with 422 additions and 4 deletions

4
src/lib/search-engine.ts Normal file
View File

@@ -0,0 +1,4 @@
import type {Index} from "flexsearch"
import FlexSearch from "flexsearch"
export function createIndex() {}