UNPKG

modemjs

Version:

NPM package to simplify sending and receiving SMS with a GSM Modem on Node.js

6 lines (5 loc) 106 B
export interface ModemStatus { connected: boolean; debugMode: boolean; error: boolean; }