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

x/tappin/core/module.ts>createModule

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

Creates a module

type

(f?: (dsl: ModuleDsl) => ModuleDsl) => Module