alinea
Version:
Headless git-based CMS
56 lines (54 loc) • 872 B
JavaScript
import "../../chunks/chunk-NZLE2WMY.js";
// src/core/util/Objects.ts
var {
entries,
fromEntries,
keys,
values,
assign,
create,
defineProperty,
defineProperties,
getOwnPropertyDescriptor,
getOwnPropertyDescriptors,
getOwnPropertyNames,
getOwnPropertySymbols,
getPrototypeOf,
setPrototypeOf,
is,
preventExtensions,
seal,
freeze,
isExtensible,
isSealed,
isFrozen,
hasOwnProperty,
propertyIsEnumerable,
isPrototypeOf
} = Object;
export {
assign,
create,
defineProperties,
defineProperty,
entries,
freeze,
fromEntries,
getOwnPropertyDescriptor,
getOwnPropertyDescriptors,
getOwnPropertyNames,
getOwnPropertySymbols,
getPrototypeOf,
hasOwnProperty,
is,
isExtensible,
isFrozen,
isPrototypeOf,
isSealed,
keys,
preventExtensions,
propertyIsEnumerable,
seal,
setPrototypeOf,
values
};