Searched defs:getDevicesAsync (Results 1 – 3 of 3) sorted by relevance
6 export async function getDevicesAsync(): Promise<Device[]> { function
19 async function getDevicesAsync({ osType }: { osType?: OSType } = {}): Promise<AnyDevice[]> { function
263 export async function getDevicesAsync(): Promise<Device[]> { function