UNPKG

africastalking-ts

Version:

Unofficial Typescript version of the Africa's Talking SDK

4 lines (3 loc) 175 B
import { Credentials } from '../utils/index.types'; import AFRICASTALKING from './index.types'; export declare const Client: new (credentials: Credentials) => AFRICASTALKING;