1
This commit is contained in:
11
20220330_Vote/Ewide.Web.Entry/wwwroot/lib/xe-utils/isNull.js
Normal file
11
20220330_Vote/Ewide.Web.Entry/wwwroot/lib/xe-utils/isNull.js
Normal file
@@ -0,0 +1,11 @@
|
||||
/**
|
||||
* 判断是否为Null
|
||||
*
|
||||
* @param {Object} obj 对象
|
||||
* @return {Boolean}
|
||||
*/
|
||||
function isNull (obj) {
|
||||
return obj === null
|
||||
}
|
||||
|
||||
module.exports = isNull
|
||||
Reference in New Issue
Block a user