UNPKG

dina-agi

Version:

DINA AGI - Dynamic Intelligence Network Architecture. 128 Autonomous Agents with Claude Flow, Swarms, and 300+ MCPs. True AGI System.

8 lines 300 B
export var 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'] };