summaryrefslogtreecommitdiff
path: root/tests/specs/publish/byonm_with_package_json/src/index.ts
blob: 1ca631410fdfde6f5348de42aeef027baea6a47f (plain)
1
2
3
import { add } from "@denotest/add";

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