UNPKG

@onereach/channel-transformer

Version:

Convert data model between different channels (Slack, Microsoft Teams, Generic...)

2 lines 169 B
// 🧐 Read this: https://github.com/microsoft/TypeScript/issues/35859 export const getKeyValue = <T extends object, U extends keyof T>(obj: T) => (key: U) => obj[key];