imports and exports

Signed-off-by: Emma Indal <emma.indahl@gmail.com>
This commit is contained in:
Emma Indal
2021-04-26 16:44:32 +02:00
parent 9dff1a9839
commit 50b15bfeb3
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -15,5 +15,6 @@
*/
export { IndexBuilder } from './IndexBuilder';
export { Scheduler } from './Scheduler';
export { LunrSearchEngine } from './engines';
export type { SearchEngine } from './types';