UNPKG

justsend-sdk

Version:

TypeScript SDK for Justsend SMS Marketing API

15 lines 416 B
import { SMSModule } from "./modules/sms"; export interface JustsendConfig { apiKey: string; baseURL?: string; timeout?: number; } export declare class JustsendSDK { private httpClient; sms: SMSModule; constructor(config: JustsendConfig); } export { SingleMessage } from "./modules/sms"; export { JustsendError } from "./types"; export default JustsendSDK; //# sourceMappingURL=index.d.ts.map