to.js 223 B

12345678
  1. export var toDocs = {
  2. name: 'to',
  3. category: 'Units',
  4. syntax: ['x to unit', 'to(x, unit)'],
  5. description: 'Change the unit of a value.',
  6. examples: ['5 inch to cm', '3.2kg to g', '16 bytes in bits'],
  7. seealso: []
  8. };