mirror of https://git.lenooby09.tech/LeNooby09/social-app.git
at rn-stack-repro 3 lines 88 B view raw
1export const getKeys = Object.keys as <T extends object>( 2 obj: T, 3) => Array<keyof T>