deno/tests/specs/compile/workspace/main.ts

3 lines
74 B
TypeScript

import { subtract } from "@david/subtract";
console.log(subtract(2, 5));