mirror of
https://github.com/denoland/deno.git
synced 2025-02-14 09:36:17 -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));
|