UNPKG

react-native-nitro-bip39

Version:
8 lines (5 loc) 253 B
// TODO: Export all HybridObjects here import { NitroModules } from 'react-native-nitro-modules' import type { Bip39 } from './specs/Bip39.nitro' export * from './specs/Bip39.nitro' export const bip39 = NitroModules.createHybridObject<Bip39>('Bip39')