UNPKG

react-native-builder-bob

Version:

CLI to build JavaScript files for React Native libraries

9 lines (8 loc) 234 B
import type { Report } from '../types.ts'; type Options = { root: string; androidPath: string; report: Report; }; export default function androidAssemble({ root, androidPath, report, }: Options): Promise<void>; export {};