mirror of
https://github.com/status-im/react-native.git
synced 2025-02-04 13:44:04 +00:00
Add clearImmediate module
This commit is contained in:
parent
5023931272
commit
05409868b6
19
Libraries/vendor/core/clearImmediate.js
vendored
Normal file
19
Libraries/vendor/core/clearImmediate.js
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
/**
|
||||
* @generated SignedSource<<4595f3986407fd02332cf9f5fc12e70f>>
|
||||
*
|
||||
* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
* !! 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 clearImmediate
|
||||
*/
|
||||
|
||||
module.exports = global.clearImmediate ||
|
||||
require('ImmediateImplementation').clearImmediate;
|
Loading…
x
Reference in New Issue
Block a user