mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
6 lines
122 B
JavaScript
6 lines
122 B
JavaScript
/* eslint global-strict:0 */
|
|
__DEV__ = true;
|
|
|
|
/* global __BUNDLE_START_TIME__:true */
|
|
__BUNDLE_START_TIME__ = Date.now();
|