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

x/drash/src/core/interfaces/IBuilder.ts>IBuilder

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

A base interface for builder classes.

Type Parameters

optional
Product = unknown

Methods

build(): Product

Build the object.