mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-16 08:25:14 +02:00
2 lines
180 B
TypeScript
2 lines
180 B
TypeScript
export type { ReindexOptions, ReindexScopeResult, ReindexSummary, ReindexWorkResult } from './types.js';
|
|
export { discoverReindexScopes, reindexLocalIndexes } from './reindex.js';
|