mirror of
https://github.com/denoland/deno.git
synced 2025-01-29 18:55:13 -05:00
4 lines
73 B
TypeScript
4 lines
73 B
TypeScript
|
import { getValue } from "./main.ts";
|
||
|
|
||
|
const _test: string = getValue();
|