module.exports = { 'name': 'unaryplus', 'category': 'Operators', 'syntax': [ '+x', 'unaryplus(x)' ], 'description': 'Converts booleans and strings to numbers.', 'examples': [ '+true', '+"2"' ], 'seealso': [ 'add', 'subtract', 'unaryminus' ] };