CommonEntries CallableCommonEntries<T>(obj): [keyof T, T[keyof T]][]A Object.entries variant annotated to return respect literal key typesParametersobj: TA record with string-based keysReturns [keyof T, T[keyof T]][]The key/value pairs in the passed record
A Object.entries variant annotated to return respect literal key types