UNPKG

geezsms

Version:
6 lines (5 loc) 143 B
declare class GeezSMSException extends Error { msg: string; constructor(msg: object | string); } export default GeezSMSException;