Skip to content

Commit

Permalink
chore: update code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson committed Jun 26, 2024
1 parent 6bd5a1b commit 0f9e6c5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/object/filterKey.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ export type KeyFilterFunction<T extends object = object> = (

/**
* Functions can use this type to accept either an array of keys or a
* filter callback. This provides type safety for such a parameter
* type, whose value can then be passed into `matchKeys` to receive a
* matching function.
* filter function.
*/
export type KeyFilter<
T extends object = object,
Expand Down

0 comments on commit 0f9e6c5

Please sign in to comment.