UNPKG

279 BJavaScriptView Raw
1export var formatDocs = {
2 name: 'format',
3 category: 'Utils',
4 syntax: ['format(value)', 'format(value, precision)'],
5 description: 'Format a value of any type as string.',
6 examples: ['format(2.3)', 'format(3 - 4i)', 'format([])', 'format(pi, 3)'],
7 seealso: ['print']
8};
\No newline at end of file