dina-agi
Version:
DINA AGI - Dynamic Intelligence Network Architecture. 128 Autonomous Agents with Claude Flow, Swarms, and 300+ MCPs. True AGI System.
14 lines (13 loc) • 431 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.isIntegerDocs = void 0;
const isIntegerDocs = exports.isIntegerDocs = {
name: 'isInteger',
category: 'Utils',
syntax: ['isInteger(x)'],
description: 'Test whether a value is an integer number.',
examples: ['isInteger(2)', 'isInteger(3.5)', 'isInteger([3, 0.5, -2])'],
seealso: ['isNegative', 'isNumeric', 'isPositive', 'isZero']
};