to.js 346 B

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