ludogithub

Results 1 comments of ludogithub

Hi, For me the code : ``` import { keys } from 'ts-transformer-keys'; interface Props { id: string; name: string; age: number; } const keysOfProps = keys(); console.log(keysOfProps); ``` Gets...