1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-19 22:06:21 -05:00
denoland-deno/tests/specs/publish/byonm_with_package_json/src/index.ts

3 lines
62 B
TypeScript

import { add } from "@denotest/add";
console.log(add(1, 2));