feat:node-modules
This commit is contained in:
14
node_modules/mathjs/lib/cjs/expression/embeddedDocs/function/units/to.js
generated
vendored
Normal file
14
node_modules/mathjs/lib/cjs/expression/embeddedDocs/function/units/to.js
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.toDocs = void 0;
|
||||
const toDocs = exports.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: []
|
||||
};
|
||||
Reference in New Issue
Block a user