UNPKG

modemjs

Version:

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

5 lines (4 loc) 188 B
export interface SMS { phoneNumber: number | null /** The subscriber number of the person who sent the message */; text: string /** The actual message data in plain text */; }