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

x/tappin/core/service.ts>createRawTemplate

🦖 Powerful application framework for Deno
Latest
variable createRawTemplate
import { createRawTemplate } from "https://deno.land/x/tappin@0.5.0/core/service.ts";

Creates raw service template

type

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