validation left and coap

This commit is contained in:
newtbot
2023-12-17 03:46:26 +08:00
parent 6391537519
commit 662744558d
2 changed files with 14 additions and 5 deletions

View File

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