UNPKG

414 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.InfinityDocs = void 0;
7var 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};
15exports.InfinityDocs = InfinityDocs;
\No newline at end of file