7 lines
309 B
JavaScript
7 lines
309 B
JavaScript
/* eslint-disable reanimated/use-global-this */
|
|
'use strict';
|
|
|
|
// This file works by accident - currently Builder Bob doesn't move `.d.ts` files to output types.
|
|
// If it ever breaks, we should address it so we'd not pollute the user's global namespace.
|
|
export {};
|
|
//# sourceMappingURL=privateGlobals.d.js.map
|