refactor: change how indexers are exported docs: update with some more examples chore: bump version
5 lines
108 B
TypeScript
5 lines
108 B
TypeScript
import { FSDB_INDEXER_SYMLINKS } from './indexers/symlinks.ts';
|
|
|
|
export default {
|
|
FSDB_INDEXER_SYMLINKS
|
|
};
|