FunctionsCommonEntriesCommonEntries CallableCommonEntries<KT, VT>(record: Partial<Record<KT, VT>>): [KT, VT][]A Object.entries variant annotated to return respect literal key typesType parametersKT: stringVTParametersrecord: Partial<Record<KT, VT>>A record with string-based keysReturns [KT, VT][]The key/value pairs in the passed record
A Object.entries variant annotated to return respect literal key types