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.
2 parents a6a7a2f + 7ecca6d commit 66f4ac6Copy full SHA for 66f4ac6
types/fuzzaldrin-plus-fast.d.ts
@@ -23,8 +23,8 @@ export interface IOptions {
23
24
export type IFilterOptions<T> = IOptions & {
25
26
- // TODO not implemented?
27
- // key?: T extends string ? never : keyof T
+ /** The key to use when candidates is an object */
+ key?: T extends string ? never : keyof T
28
29
/** The maximum numbers of results to return */
30
maxResults?: number
0 commit comments