UNPKG

react-native-turboxml

Version:

A high-performance native XML parser for React Native built with Kotlin and Objective-C using TurboModules and the New Architecture.

7 lines 255 B
import type { TurboModule } from 'react-native'; export interface Spec extends TurboModule { parseXml(xml: string): Promise<Record<string, unknown>>; } declare const _default: Spec; export default _default; //# sourceMappingURL=NativeTurboxml.d.ts.map