sim800
Version:
A modern and opiniated module for SIM800 GSM modems ( SIM800 / SIM800L ).
9 lines (8 loc) • 365 B
text/typescript
export * from './sim800-event-emitter';
export * from './sim800-client-config.interface';
export * from './sim800-client-state.enum';
export * from './sim800-command-input.interface';
export * from './sim800-command-state.enum';
export * from './sim800-command-type.enum';
export * from './sim800-pin-state.enum';
export * from './sim800.event-handlers.interface';