Files
Fluxup_PAP/node_modules/expo-modules-core/build/ensureNativeModulesAreInstalled.d.ts
2026-03-10 16:18:05 +00:00

7 lines
303 B
TypeScript

import './polyfill';
/**
* Ensures that the native modules are installed in the current runtime.
* Otherwise, it synchronously calls a native function that installs them.
*/
export declare function ensureNativeModulesAreInstalled(): void;
//# sourceMappingURL=ensureNativeModulesAreInstalled.d.ts.map