Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/lara_deno_template/examples/import.deno

renderer, compiler, transpiler, minifier, and template formatter for Deno
Go to Latest
File
@import(uuid, "https://deno.land/std@0.154.0/uuid/v1.ts")
@import({ generate }, "https://deno.land/std@0.154.0/uuid/v1.ts")
@import("https://deno.land/std@0.154.0/uuid/v1.ts")
{{ generate() }}
{{ uuid.generate() }}