UNPKG

use-breakpoint-agent

Version:
3 lines (2 loc) 127 B
import { DeviceEnum } from "../types"; export declare function getDeviceTypeFromString(input: string | undefined): DeviceEnum;