UNPKG
tencent-sms
Version:
latest (0.0.1)
0.0.1
sms plugin for tencent cloud
tencent-sms
/
app
/
extend
/
context.js
7 lines
(6 loc)
•
99 B
JavaScript
View Raw
1
2
3
4
5
6
7
'use strict'
;
module
.
exports
= {
get
tencentSms
() {
return
this
.
app
.
tencentSms
; }, };