mirror of
https://github.com/denoland/deno.git
synced 2024-12-01 16:51:13 -05:00
6 lines
135 B
TypeScript
6 lines
135 B
TypeScript
|
import { add } from "@denotest/npm-add";
|
||
|
import { sum } from "@denotest/npm-add-0-5";
|
||
|
|
||
|
console.log(add(1, 2));
|
||
|
console.log(sum(2, 2));
|