to.js (346B)
1 "use strict"; 2 3 Object.defineProperty(exports, "__esModule", { 4 value: true 5 }); 6 exports.toDocs = void 0; 7 var 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 }; 15 exports.toDocs = toDocs;