UNPKG

vike

Version:

The Framework *You* Control - Next.js & Nuxt alternative for unprecedented flexibility and dependability.

3 lines (2 loc) 128 B
/** Same as Object.keys() but with type inference */ export declare function objectKeys<T extends object>(obj: T): (keyof T)[];