UNPKG

707 BTypeScriptView Raw
1export {};
2declare global {
3 /**
4 * This global variable is a diagnostic/development tool.
5 *
6 * It is `true` on the UI thread and `false` on the JS thread.
7 *
8 * It used to be necessary in the past for some of the functionalities of
9 * react-native-reanimated to work properly but it's no longer the case. Your
10 * code shouldn't depend on it, we keep it here mainly for backward
11 * compatibility for our users.
12 */
13 var _WORKLET: boolean | undefined;
14 /**
15 * This ArrayBuffer contains the memory address of `jsi::Runtime` which is the
16 * Reanimated UI runtime.
17 */
18 var _WORKLET_RUNTIME: ArrayBuffer;
19}
20//# sourceMappingURL=publicGlobals.d.ts.map
\No newline at end of file