UNPKG

453 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.splitUnitDocs = void 0;
7var splitUnitDocs = {
8 name: 'splitUnit',
9 category: 'Construction',
10 syntax: ['splitUnit(unit: Unit, parts: Unit[])'],
11 description: 'Split a unit in an array of units whose sum is equal to the original unit.',
12 examples: ['splitUnit(1 m, ["feet", "inch"])'],
13 seealso: ['unit', 'createUnit']
14};
15exports.splitUnitDocs = splitUnitDocs;
\No newline at end of file