UNPKG

444 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.isIntegerDocs = void 0;
7var isIntegerDocs = {
8 name: 'isInteger',
9 category: 'Utils',
10 syntax: ['isInteger(x)'],
11 description: 'Test whether a value is an integer number.',
12 examples: ['isInteger(2)', 'isInteger(3.5)', 'isInteger([3, 0.5, -2])'],
13 seealso: ['isNegative', 'isNumeric', 'isPositive', 'isZero']
14};
15exports.isIntegerDocs = isIntegerDocs;
\No newline at end of file