summaryrefslogtreecommitdiff
path: root/tests/specs/npm/specifier_two_slashes/main.ts
blob: ef1adceb5cad4830696f3364a2598da0cb14cd47 (plain)
1
2
3
import { add } from "npm:@denotest/specifier-two-slashes";

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