1 2 3 4 5
import { add } from "npm:@denotest/a"; import { subtract } from "npm:@denotest/b"; console.log(add(1, 2)); console.log(add(4, 3));