UNPKG

vike

Version:

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

5 lines (4 loc) • 139 B
/** Same as Object.fromEntries() but with type inference */ export function objectFromEntries(arr) { return Object.fromEntries(arr); }