13 lines
237 B
JavaScript
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;
|