UNPKG
tencent-sms
Version:
latest (0.0.1)
0.0.1
sms plugin for tencent cloud
tencent-sms
/
app.js
6 lines
(5 loc)
•
107 B
JavaScript
View Raw
1
2
3
4
5
6
'use strict'
;
const
tencentSms =
require
(
'./lib/sms'
);
module
.
exports
=
app
=>
{
tencentSms
(app); };