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