UNPKG

rn-ml

Version:

React Native cli tools

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