@skybloxsystems/ticket-bot
Version:
15 lines (14 loc) • 360 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.toDocs = void 0;
var toDocs = {
name: 'to',
category: 'Units',
syntax: ['x to unit', 'to(x, unit)'],
description: 'Change the unit of a value.',
examples: ['5 inch to cm', '3.2kg to g', '16 bytes in bits'],
seealso: []
};
exports.toDocs = toDocs;