mirror of
https://github.com/status-im/react-native.git
synced 2025-01-20 22:39:20 +00:00
5 lines
62 B
JavaScript
5 lines
62 B
JavaScript
|
/**
|
||
|
* @providesModule bar
|
||
|
*/
|
||
|
|
||
|
module.exports = setInterval;
|