import { add } from "@denotest/npm-add";
import { sum } from "@denotest/npm-add-0-5";

console.log(add(1, 2));
console.log(sum(2, 2));