Setup
Installation
Import lala
in your project.
import lala from "https://deno.land/x/lala/mod.ts";
import lala from "@nekooftheabyss/lala";
For deno, it is recommended to centre your dependencies around a deps.ts
file
for easier management of dependencies.
export { default as lala } from "https://deno.land/x/lala/mod.ts";
import { lala } from "./deps.ts";