UNPKG

346 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.toDocs = void 0;
7var toDocs = {
8 name: 'to',
9 category: 'Units',
10 syntax: ['x to unit', 'to(x, unit)'],
11 description: 'Change the unit of a value.',
12 examples: ['5 inch to cm', '3.2kg to g', '16 bytes in bits'],
13 seealso: []
14};
15exports.toDocs = toDocs;
\No newline at end of file