UNPKG

vike

Version:

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

8 lines (7 loc) 256 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.objectFromEntries = objectFromEntries; /** Same as Object.fromEntries() but with type inference */ function objectFromEntries(arr) { return Object.fromEntries(arr); }