mirror of
https://github.com/status-im/metro.git
synced 2025-02-11 18:47:20 +00:00
Reviewed By: davidaurelio Differential Revision: D5803464 fbshipit-source-id: e250a3ada33790b989f1e70990438c300bfb6d52
17 lines
511 B
JavaScript
17 lines
511 B
JavaScript
/**
|
|
* Copyright (c) 2017-present, Facebook, Inc.
|
|
* All rights reserved.
|
|
*
|
|
* This source code is licensed under the BSD-style license found in the
|
|
* LICENSE file in the root directory of this source tree. An additional grant
|
|
* of patent rights can be found in the PATENTS file in the same directory.
|
|
*
|
|
* @format
|
|
*/
|
|
|
|
'use strict';
|
|
|
|
Array.prototype.values || require('core-js/fn/array/values');
|
|
Object.entries || require('core-js/fn/object/entries');
|
|
Object.values || require('core-js/fn/object/values');
|