import { add } from '../src' const main = document.querySelector('main')! main.innerHTML = `

1 + 2 = ${add(1, 2)}

`