chore: lint
This commit is contained in:
2
types/ts-utils.d.ts
vendored
2
types/ts-utils.d.ts
vendored
@@ -1 +1 @@
|
||||
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