Skip to content

Commit 3c662f2

Browse files
chore: update README
1 parent dad2a71 commit 3c662f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ Deletes an object with the given key, if one exists.
263263
await store.delete('my-key')
264264
```
265265

266-
### `list(options?: { cursor?: string, paginate?: boolean. prefix?: string }): Promise<{ blobs: BlobResult[] }>`
266+
### `list(options?: { cursor?: string, paginate?: boolean. prefix?: string }): Promise<{ blobs: BlobResult[], directories: string[] }>`
267267

268268
Returns a list of blobs in a given store.
269269

0 commit comments

Comments
 (0)