UNPKG

458 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.unitDocs = void 0;
7var unitDocs = {
8 name: 'unit',
9 category: 'Construction',
10 syntax: ['value unit', 'unit(value, unit)', 'unit(string)'],
11 description: 'Create a unit.',
12 examples: ['5.5 mm', '3 inch', 'unit(7.1, "kilogram")', 'unit("23 deg")'],
13 seealso: ['bignumber', 'boolean', 'complex', 'index', 'matrix', 'number', 'string']
14};
15exports.unitDocs = unitDocs;
\No newline at end of file