UNPKG

vike

Version:

(Replaces Next.js/Nuxt) 🔨 Composable framework to build advanced applications with flexibility and stability.

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