summaryrefslogtreecommitdiff
path: root/tests/specs/workspaces/vendor/package-a/mod.ts
blob: 1ca631410fdfde6f5348de42aeef027baea6a47f (plain)
1
2
3
import { add } from "@denotest/add";

console.log(add(1, 2));