Infinity.js (414B)
1 "use strict"; 2 3 Object.defineProperty(exports, "__esModule", { 4 value: true 5 }); 6 exports.InfinityDocs = void 0; 7 var InfinityDocs = { 8 name: 'Infinity', 9 category: 'Constants', 10 syntax: ['Infinity'], 11 description: 'Infinity, a number which is larger than the maximum number that can be handled by a floating point number.', 12 examples: ['Infinity', '1 / 0'], 13 seealso: [] 14 }; 15 exports.InfinityDocs = InfinityDocs;