UNPKG

285 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.NaNDocs = void 0;
7var NaNDocs = {
8 name: 'NaN',
9 category: 'Constants',
10 syntax: ['NaN'],
11 description: 'Not a number',
12 examples: ['NaN', '0 / 0'],
13 seealso: []
14};
15exports.NaNDocs = NaNDocs;
\No newline at end of file