UNPKG

alapa

Version:

A cutting-edge web development framework designed to revolutionize the way developers build modern web applications.

4 lines (3 loc) 184 B
import { Express } from "express"; import { Configuration } from "../../config"; export declare const activateGlobalMiddleware: (app: Express, config: Configuration) => Promise<void>;