UNPKG

cor-base-service

Version:

Library build upon COR web services. Handles authN/authZ, standarizes logging and error messages

5 lines 285 B
import express from "express"; import { ServiceOptions } from "./types/config"; import { Router } from "./router"; export declare const createExpressApp: (options: ServiceOptions, router?: Router, healthz?: express.Handler) => express.Application; //# sourceMappingURL=express.d.ts.map