0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-20 12:22:52 -05:00
denoland-deno/tests/specs/fmt_errors/main.mts

3 lines
55 B
TypeScript
Raw Normal View History

2024-11-08 19:11:20 +02:00
import * as a from "./a.cts";
console.log(a.add(1,2));