mirror of https://git.lenooby09.tech/LeNooby09/social-app.git
1export const getKeys = Object.keys as <T extends object>( 2 obj: T, 3) => Array<keyof T>