Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/tappin/core/service.ts>createService

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

Creates service

type

<T>(f?: (dsl: ServiceDsl<T>) => ServiceDsl<T>) => Service<T>