frontend/.pnpm-store/v3/files/df/8f20e3c039d438ebead3e9c2f2b61aab9ee947faa2cdb0b822100278a6f5b1a5e7cd4965a10ac4ac07f5c3edc20517b44838e06951b4e423dc3485e641e761

6 lines
129 B
Plaintext

"use strict";
var isInteger = require("./is-integer");
module.exports = function (num) { return isInteger(num) && num >= 0; };