UNPKG

414 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.default = void 0;
7
8/* eslint-disable no-redeclare */
9// $FlowFixMe workaround for: https://github.com/facebook/flow/issues/5838
10var objectEntries = Object.entries || function (obj) {
11 return Object.keys(obj).map(function (key) {
12 return [key, obj[key]];
13 });
14};
15
16var _default = objectEntries;
17exports.default = _default;