8 lines
167 B
JavaScript
8 lines
167 B
JavaScript
|
export var trueDocs = {
|
||
|
name: 'true',
|
||
|
category: 'Constants',
|
||
|
syntax: ['true'],
|
||
|
description: 'Boolean value true',
|
||
|
examples: ['true'],
|
||
|
seealso: ['false']
|
||
|
};
|