Update globals.d.ts

This commit is contained in:
Marc Rousavy 2021-05-06 16:10:40 +02:00 committed by GitHub
parent 89bc8fcc8c
commit c81a9e4799
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

13
src/globals.d.ts vendored
View File

@ -1,18 +1,5 @@
/* eslint-disable no-var */ /* eslint-disable no-var */
/**
* `true` if currently running in a Frame Processor runtime
*/
declare var _FRAME_PROCESSOR: true | undefined;
/**
* `true` if currently running in a reanimated UI runtime
*/
declare var _UI: true | undefined;
/**
* `true` if currently running in a Worklet runtime (frame processor, multithreading, reanimated)
*/
declare var _WORKLET: true | undefined;
/** /**
* A native logging function (outputs to Xcode console/Android Logcat) * A native logging function (outputs to Xcode console/Android Logcat)
*/ */