UNPKG

rn-ml

Version:

React Native cli tools

4 lines (3 loc) 131 B
import { AndroidConfigOptions } from "./type"; declare const run: (config: AndroidConfigOptions) => Promise<void>; export { run };