We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e675e83 commit f74cdb0Copy full SHA for f74cdb0
compiler/modules/utils/isEmpty.js
@@ -1,5 +1,5 @@
1
let isEmpty = function (str) {
2
- return (typeof str === "undefined" || str === null || str === "")
+ return (typeof str === "undefined" || str === null || str === "");
3
}
4
5
module.exports.isEmpty = isEmpty;
0 commit comments