UNPKG

aes70

Version:

A controller library for the AES70 protocol.

6 lines (4 loc) 138 B
import { RemoteDevice } from './remote_device.js'; export async function fetchDeviceContent( device: RemoteDevice ): Promise<unknown>;