my fork of the bluesky client
at main 3 lines 88 B view raw
1export const getKeys = Object.keys as <T extends object>( 2 obj: T, 3) => Array<keyof T>