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 4cba0a2 commit dd492baCopy full SHA for dd492ba
1 file changed
docs/API.md
@@ -232,7 +232,7 @@ console.log(cache.entries(["c", "a"]));
232
| ------ | ---------- | ---------------------------------- |
233
| `keys` | `string[]` | Optional specific keys to retrieve |
234
235
-**Returns:** `Array<(string|*)[]>` - Array of key-value pairs
+**Returns:** `[string, *][]` - Array of 2-element tuples [key, value]
236
237
---
238
0 commit comments