react-native/Libraries/BatchedBridge/BatchedBridgedModules/RCTJSTimers.js

13 lines
237 B
JavaScript

/**
* Copyright 2004-present Facebook. All Rights Reserved.
*
* @providesModule RCTJSTimers
*/
'use strict';
var JSTimersExecution = require('JSTimersExecution');
var RCTJSTimers = JSTimersExecution;
module.exports = RCTJSTimers;