UNPKG

189 BJavaScriptView Raw
1"use strict";
2
3module.exports = {
4 'name': 'null',
5 'category': 'Constants',
6 'syntax': ['null'],
7 'description': 'Value null',
8 'examples': ['null'],
9 'seealso': ['true', 'false']
10};
\No newline at end of file