mirror of
https://github.com/denoland/deno.git
synced 2024-12-11 10:07:54 -05:00
4 lines
84 B
TypeScript
4 lines
84 B
TypeScript
|
import { add } from "npm:@denotest/specifier-two-slashes";
|
||
|
|
||
|
console.log(add(1, 2));
|