react-native-desktop
Version:
A framework for building native desktop apps using React
20 lines (18 loc) • 881 B
JavaScript
/**
* @generated SignedSource<<9715e66cd259f4d1a1c3d39c97cd0b92>>
*
* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
* !! This file is a check-in of a static_upstream project! !!
* !! !!
* !! You should not modify this file directly. Instead: !!
* !! 1) Use `fjs use-upstream` to temporarily replace this with !!
* !! the latest version from upstream. !!
* !! 2) Make your changes, test them, etc. !!
* !! 3) Use `fjs push-upstream` to copy your changes back to !!
* !! static_upstream. !!
* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
*
* @providesModule setImmediate
*/
module.exports = global.setImmediate ||
require('ImmediateImplementation').setImmediate;