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 | undefined): AsyncGenerator<string>
prefix
string | undefined
Optional prefix to filter keys.