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

x/drash/src/standard/builders/Builder.ts>Builder

A microframework for building JavaScript HTTP applications. Runtime-agnostic. Strongly typed.
Latest
interface Builder
import { type Builder } from "https://deno.land/x/drash@v3.0.0-beta.2/src/standard/builders/Builder.ts";

Type Parameters

C

The class that will be instantiated and returned when calling the build() method.

Methods

build(): C

Instantiate the class and return it.