added whole system from ola4doc
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
'use strict';
|
||||
|
||||
var isInteger = require('./is-integer');
|
||||
|
||||
module.exports = function (num) { return isInteger(num) && (num >= 0); };
|
||||
Reference in New Issue
Block a user