mirror of
https://github.com/denoland/deno.git
synced 2024-12-02 17:01:14 -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";
|
||
|
}
|