UNPKG

africastalking-ts

Version:

Unofficial Typescript version of the Africa's Talking SDK

8 lines (6 loc) 156 B
import config from 'config'; export const CONSTANTS = { apiKey: config.get('apiKey'), username: config.get('username'), chat: config.get('chat'), };