UNPKG
tencent-sms
Version:
latest (0.0.1)
0.0.1
sms plugin for tencent cloud
tencent-sms
/
utils
/
index.js
8 lines
(7 loc)
•
226 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
'use strict'
;
exports
.
isObject
=
function
(
obj
) {
return
Object
.
prototype
.
toString
.
call
(obj) ===
'[object Object]'
; };
exports
.
hasOwn
=
function
(
obj, prop
) {
return
Object
.
prototype
.
hasOwnProperty
.
call
(obj, prop); };