UNPKG

canonical

Version:

Canonical code style linter and formatter for JavaScript, SCSS, CSS and JSON.

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