UNPKG

hilink-nodejs-sms

Version:

Node.js library to send sms using Huawei modems (hilink).

8 lines (7 loc) 140 B
interface IConnectorResponse { body: string; headers: { [name: string]: string; }; } export default IConnectorResponse;