UNPKG

@u4/adbkit

Version:

A Typescript client for the Android Debug Bridge.

5 lines 208 B
const deviceTypes = ['emulator', 'device', 'offline', 'unauthorized', 'recovery', 'unknown']; export function isDeviceType(value) { return deviceTypes.includes(value); } //# sourceMappingURL=Device.js.map