2013-08-14 15:39:21 +04:00

15 lines
257 B
JavaScript

module.exports = {
'name': 'format',
'category': 'Utils',
'syntax': [
'format(value)'
],
'description': 'Format a value of any type as string.',
'examples': [
'format(2.3)',
'format(3 - 4i)',
'format([])'
],
'seealso': []
};