UNPKG

react-native-executorch

Version:

An easy way to run AI models in React Native with ExecuTorch

7 lines 228 B
import type { TurboModule } from 'react-native'; export interface Spec extends TurboModule { install(): boolean; } declare const _default: Spec | null; export default _default; //# sourceMappingURL=NativeETInstaller.d.ts.map