UNPKG

404 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/2221
10var objectValues = Object.values || function (obj) {
11 return Object.keys(obj).map(function (key) {
12 return obj[key];
13 });
14};
15
16var _default = objectValues;
17exports.default = _default;