UNPKG

182 BJavaScriptView Raw
1"use strict";
2
3module.exports = {
4 'name': 'NaN',
5 'category': 'Constants',
6 'syntax': ['NaN'],
7 'description': 'Not a number',
8 'examples': ['NaN', '0 / 0'],
9 'seealso': []
10};
\No newline at end of file