iot sensor without validation

This commit is contained in:
newtbot
2023-12-17 03:18:30 +08:00
parent 9809841af2
commit 40bf18bdf7
6 changed files with 718 additions and 292 deletions

View File

@ -0,0 +1,8 @@
var validator = require('validator');
function isNumber(data) {
return !is
}
module.exports = { isNumber}