maths-package-mpx
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -1,3 +0,2 @@ | ||
import { add } from "./add.js"; | ||
import { subtract } from "./subtract.js"; | ||
import { add, subtract } from "./calc.js"; | ||
export { add, subtract }; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.subtract = exports.add = void 0; | ||
const add_js_1 = require("./add.js"); | ||
Object.defineProperty(exports, "add", { enumerable: true, get: function () { return add_js_1.add; } }); | ||
const subtract_js_1 = require("./subtract.js"); | ||
Object.defineProperty(exports, "subtract", { enumerable: true, get: function () { return subtract_js_1.subtract; } }); | ||
const calc_js_1 = require("./calc.js"); | ||
Object.defineProperty(exports, "add", { enumerable: true, get: function () { return calc_js_1.add; } }); | ||
Object.defineProperty(exports, "subtract", { enumerable: true, get: function () { return calc_js_1.subtract; } }); |
@@ -1,3 +0,2 @@ | ||
import { add } from "./add.js"; | ||
import { subtract } from "./subtract.js"; | ||
import { add, subtract } from "./calc.js"; | ||
export { add, subtract }; |
@@ -1,3 +0,2 @@ | ||
import { add } from "./add.js"; | ||
import { subtract } from "./subtract.js"; | ||
import { add, subtract } from "./calc.js"; | ||
export { add, subtract }; |
{ | ||
"name": "maths-package-mpx", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./dist/cjs/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1612
9
33