import { add } from "@denotest/add"; console.log(`1 + 2 = ${add(1, 2)}`);