UNPKG

@mieweb/wikigdrive

Version:

Google Drive to MarkDown synchronization

11 lines 243 B
export declare class LunrIndexer { private lunrBuilder; private store; constructor(); addPage(page: any): Promise<void>; getJson(): { index: any; store: {}; }; } //# sourceMappingURL=LunrIndexer.d.ts.map