UNPKG

tencent-sms

Version:

sms plugin for tencent cloud

8 lines (7 loc) 226 B
'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); };