UNPKG

vodafone-station-cli

Version:

Access your Vodafone Station from the comfort of the command line.

5 lines (4 loc) 207 B
import type { Modem } from './modem'; import { Log } from '../logger'; import { ModemInformation } from './discovery'; export declare function modemFactory(modemInfo: ModemInformation, logger?: Log): Modem;