8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dad2a71 commit 3c662f2Copy full SHA for 3c662f2
README.md
@@ -263,7 +263,7 @@ Deletes an object with the given key, if one exists.
263
await store.delete('my-key')
264
```
265
266
-### `list(options?: { cursor?: string, paginate?: boolean. prefix?: string }): Promise<{ blobs: BlobResult[] }>`
+### `list(options?: { cursor?: string, paginate?: boolean. prefix?: string }): Promise<{ blobs: BlobResult[], directories: string[] }>`
267
268
Returns a list of blobs in a given store.
269
0 commit comments