import { totalWithTax } from "./price.js"; console.log(`total=${totalWithTax(100, 0.07)}`);