refactor: lint
This commit is contained in:
4
types/ts-utils.d.ts
vendored
4
types/ts-utils.d.ts
vendored
@@ -1 +1,3 @@
|
||||
export type KeysMatching<T, V> = { [K in keyof T]-?: T[K] extends V ? K : never }[keyof T]
|
||||
export type KeysMatching<T, V> = {
|
||||
[K in keyof T]-?: T[K] extends V ? K : never
|
||||
}[keyof T]
|
||||
|
||||
Reference in New Issue
Block a user