UNPKG

@webilix/helper-library

Version:

JavaScript/TypeScript programming helper library.

14 lines 411 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UNIT = void 0; const area_1 = require("./area"); const length_1 = require("./length"); const volume_1 = require("./volume"); const weight_1 = require("./weight"); exports.UNIT = { AREA: area_1.AREA, LENGTH: length_1.LENGTH, VOLUME: volume_1.VOLUME, WEIGHT: weight_1.WEIGHT, }; //# sourceMappingURL=index.js.map