UNPKG

pswincom-gateway-typed

Version:

Send SMS messages through LINK Mobility / PSWinCom Gateway, TypeScript version.

4 lines (3 loc) 178 B
export { makeDeliveryResponse } from './make-delivery-response'; export { sendSms } from './send-sms.js'; export type { MessageOperation, SmsOptions, SmsResult } from './types';