UNPKG

diesel-core

Version:

Web framework built on Web Standards

4 lines (3 loc) 235 B
import { DieselT } from "./types"; export declare const buildRequestPipeline: (diesel: DieselT) => any; export declare const BunRequestPipline: (diesel: DieselT, method: string, path: string, ...handlersOrResponse: Function[]) => any;