UNPKG

604 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.default = void 0;
7
8/**
9 * Copyright (c) 2019-present, Facebook, Inc.
10 *
11 * This source code is licensed under the MIT license found in the
12 * LICENSE file in the root directory of this source tree.
13 *
14 *
15 */
16
17/* eslint-disable no-redeclare */
18// $FlowFixMe workaround for: https://github.com/facebook/flow/issues/5838
19var objectEntries = Object.entries || function (obj) {
20 return Object.keys(obj).map(function (key) {
21 return [key, obj[key]];
22 });
23};
24
25var _default = objectEntries;
26exports.default = _default;
\No newline at end of file