docs: update README, add some more jsdoc
This commit is contained in:
parent
22a8b4d03f
commit
55a73c3d0a
10 changed files with 155 additions and 30 deletions
|
@ -1,3 +1,8 @@
|
|||
/**
|
||||
* FSDB Symlink Indexer
|
||||
* @module
|
||||
*/
|
||||
|
||||
import * as fs from '@std/fs';
|
||||
import { FSDB_INDEXER, FSDB_SEARCH_OPTIONS } from '../fsdb.ts';
|
||||
import * as path from '@std/path';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue