UNPKG

africastalking-ts

Version:

Unofficial Typescript version of the Africa's Talking SDK

10 lines (7 loc) 245 B
import { AfricasTalking } from './products/index.old'; export * from './products'; export * from './products/index.types'; export * from './utils'; export * from './utils/index.types'; // backwards compatibility export default AfricasTalking;