UNPKG

sim800

Version:

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

6 lines (5 loc) 87 B
export interface Sim800IncomingSms { number: string; text: string; date: Date; }