1 2 3 4 5
import { addAsync } from "jsr:@denotest/worker"; addAsync(1, 2).then((result) => { console.log(result); });