Skip to main content
Module

x/drash/src/core/Interfaces.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.ts";

A base interface for builder classes.

Type Parameters

optional
Product = unknown

Methods

build(): Product

Build the object.