UNPKG

@opstarts/chimp

Version:

Develop acceptance tests & end-to-end tests with realtime feedback.

6 lines (3 loc) 131 B
'use strict'; var isInteger = require('./is-integer'); module.exports = function (num) { return isInteger(num) && (num >= 0); };