docs: update README, add some more jsdoc

This commit is contained in:
Andy Burke 2025-07-15 00:15:28 -07:00
parent 22a8b4d03f
commit 55a73c3d0a
10 changed files with 155 additions and 30 deletions

View file

@ -1,3 +1,8 @@
/**
* FSDB Indexers
* @module
*/
import { FSDB_INDEXER_SYMLINKS } from './indexers/symlinks.ts';
export { FSDB_INDEXER_SYMLINKS };