Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@nathanfaucett/is_integer

nathanfaucett15MIT0.0.1

checks if value is an integer

is_integer, is_integer.js

readme

isInteger

checks if value is an integer

var isInteger = require("@nathanfaucett/is_integer");


isInteger(10); // true