UNPKG

sim800

Version:

A modern and opiniated module for SIM800 GSM modems ( SIM800 / SIM800L ).

4 lines (3 loc) 258 B
import { Sim800Client } from 'sim800.client'; import { Sim800OutgoingSmsStreamEvent } from '../interfaces/sim800-outgoing-sms.interface'; export declare const smsStreamSubscriberFactory: (client: Sim800Client) => (sms: Sim800OutgoingSmsStreamEvent) => void;