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

x/tappin/core/mod.ts>createTemplate

🦖 Powerful application framework for Deno
Latest
variable createTemplate
Re-export
import { createTemplate } from "https://deno.land/x/tappin@0.5.0/core/mod.ts";

type

<T>(f1?: (dsl: ServiceDsl<T>) => ServiceDsl<T>) => unknown