UNPKG

@react-native-community/cli-platform-ios

Version:

This package is part of the [React Native CLI](../../README.md). It contains commands for managing iOS part of React Native app.

4 lines 164 B
import { Device } from '../types'; declare function listIOSDevices(): Promise<Device[]>; export default listIOSDevices; //# sourceMappingURL=listIOSDevices.d.ts.map