UNPKG

tencent-sms

Version:

sms plugin for tencent cloud

6 lines (5 loc) 107 B
'use strict'; const tencentSms = require('./lib/sms'); module.exports = app => { tencentSms(app); };