Skip to main content

🪐 Mercury

Coding Pro sandbox.

Usage

import { getHelloWorld } from "https://raw.githubusercontent.com/BrunnerLivio/deno-module-starter/{VERSION}/mod.ts";

const helloWorld = getHelloWorld();
console.log(helloWorld); // Prints "Hello World" in bold

Test

# unit tests
deno ./test.ts

Format code

deno fmt **/*.ts

Resources