UNPKG

@geyj/monitor-sdk

Version:

Monitor Sdk

7 lines (6 loc) 127 B
/** * 设备信息 */ import { Device } from './types'; declare const getDeviceInfo: () => Device; export { getDeviceInfo };