mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
10 lines
192 B
TypeScript
10 lines
192 B
TypeScript
|
import "http://localhost:4545/welcome.ts";
|
||
|
import "$echo";
|
||
|
|
||
|
import "data:application/javascript,console.log(1)";
|
||
|
import "npm:chalk@5";
|
||
|
|
||
|
export function foobar(): string {
|
||
|
return "string";
|
||
|
}
|