mirror of
https://github.com/nextapps-de/flexsearch.git
synced 2025-09-25 21:08:59 +02:00
update index.d.ts
This commit is contained in:
3
dist/module-debug/async.js
vendored
3
dist/module-debug/async.js
vendored
@@ -1,3 +1,4 @@
|
||||
|
||||
import Document from "./document.js";
|
||||
import Index from "./index.js";
|
||||
import WorkerIndex from "./worker.js";
|
||||
@@ -8,6 +9,8 @@ export default function (prototype) {
|
||||
register.call(prototype, "search");
|
||||
register.call(prototype, "update");
|
||||
register.call(prototype, "remove");
|
||||
|
||||
register.call(prototype, "searchCache");
|
||||
}
|
||||
|
||||
let timer, timestamp, cycle;
|
||||
|
Reference in New Issue
Block a user