UNPKG

africastalking-ts

Version:

Unofficial Typescript version of the Africa's Talking SDK

7 lines (6 loc) 175 B
import { Constants } from './constants.types'; export declare const customRegex: { phoneNumber: RegExp; noSpace: RegExp; }; export declare const CONSTANTS: Constants;