Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/denomander/src/Kernel.ts

Deno command-line interfaces made easy
Latest
import * as denomander from "https://deno.land/x/denomander@0.9.3/src/Kernel.ts";

Classes

c
default
abstract

It is the core of the app. It is responsible for almost everything. The executeProgram() is the starting point of the app.