UNPKG

vike

Version:

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

3 lines (2 loc) 147 B
/** Change enumerability of an object property. */ export declare function changeEnumerable(obj: Object, prop: string, enumerable: boolean): void;