UNPKG

knip

Version:

Find and fix unused dependencies, exports and files in your TypeScript and JavaScript projects

4 lines (3 loc) 77 B
export type Entries<T> = Array<{ [K in keyof T]: [K, T[K]]; }[keyof T]>;