mirror of
https://github.com/run-llama/LlamaIndexTS.git
synced 2026-07-15 14:55:41 -04:00
797 B
797 B
id, title, sidebar_label, sidebar_position, custom_edit_url
| id | title | sidebar_label | sidebar_position | custom_edit_url |
|---|---|---|---|---|
| WalkableFileSystem | Interface: WalkableFileSystem | WalkableFileSystem | 0 | null |
Methods
readdir
▸ readdir(path): Promise<string[]>
Parameters
| Name | Type |
|---|---|
path |
string |
Returns
Promise<string[]>
Defined in
stat
▸ stat(path): Promise<any>
Parameters
| Name | Type |
|---|---|
path |
string |
Returns
Promise<any>