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