FunctionsCommonEntriesCommonEntries CallableCommonEntries<T>(obj: T): [keyof T, T[keyof T]][]A Object.entries variant annotated to return respect literal key typesType parametersT: {}Parametersobj: 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