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

x/tappin/core/module.ts>Module

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

Module

Properties

imports: Module[]

Modules this module imports

services: Service[]

Services this module has added

token: symbol

Unique token of this module

metadata: Map<string | symbol, unknown>

Metadata for this service