v0.5
Hackweek Project - Eric & Sebastian
Repository
Current version released
3 years ago
Versions
learning_deno
How to use
import { getHelloWorld } from "https://raw.githubusercontent.com/ericmadu/learning_deno/mod.ts";
const helloWorld = getHelloWorld();
console.log(helloWorld); // Prints "Hello World"
References
- https://dev.to/brunnerlivio/create-your-first-module-with-deno-575k
- https://dev.to/craigmorten/how-to-publish-deno-modules-2cg6
Authors
- Eric Madureira
- Sebastian Lozano