react-native-nitro-modules
Version:
Insanely fast native C++, Swift or Kotlin modules with a statically compiled binding layer to JSI.
8 lines • 302 B
TypeScript
import type { NitroModulesProxy } from '../NitroModulesProxy';
export declare const NitroModules: NitroModulesProxy;
declare global {
var __nitroModulesJSICache: {};
var __nitroDispatcher: {};
}
export declare function isRuntimeAlive(): boolean;
//# sourceMappingURL=NativeNitroModules.d.ts.map