UNPKG

414 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.formatDocs = void 0;
7var formatDocs = {
8 name: 'format',
9 category: 'Utils',
10 syntax: ['format(value)', 'format(value, precision)'],
11 description: 'Format a value of any type as string.',
12 examples: ['format(2.3)', 'format(3 - 4i)', 'format([])', 'format(pi, 3)'],
13 seealso: ['print']
14};
15exports.formatDocs = formatDocs;
\No newline at end of file