Searched refs:OSType (Results 1 – 2 of 2) sorted by relevance
9 import { OSType } from '../../../start/platforms/ios/simctl';19 async function getDevicesAsync({ osType }: { osType?: OSType } = {}): Promise<AnyDevice[]> {35 function filterDevicesForOsType(devices: AnyDevice[], osType: OSType): AnyDevice[] {42 { osType }: { osType?: OSType } = {}
9 export type OSType = 'iOS' | 'tvOS' | 'watchOS' | 'macOS'; alias33 osType: OSType;49 export function isOSType(value: any): value is OSType {256 device.osType = osType as OSType;