mirror of
https://github.com/Kaelio/ktx.git
synced 2026-07-04 10:52:13 +02:00
3 lines
180 B
TypeScript
3 lines
180 B
TypeScript
|
|
export type { ReindexOptions, ReindexScopeResult, ReindexSummary, ReindexWorkResult } from './types.js';
|
||
|
|
export { discoverReindexScopes, reindexLocalIndexes } from './reindex.js';
|