Ask a question to get started
Enter to sendā¢Shift+Enter new line
Abstract method to yield keys optionally based on a prefix.
yieldKeys(prefix: string): AsyncGenerator<string | K>
prefix
string
Optional prefix to filter keys.