feat: Entires ts type
This commit is contained in:
@@ -0,0 +1,3 @@
|
|||||||
|
export type Entries<T> = {
|
||||||
|
[K in keyof T]: [K, T[K]];
|
||||||
|
}[keyof T][];
|
||||||
Reference in New Issue
Block a user