cor-base-service
Version:
Library build upon COR web services. Handles authN/authZ, standarizes logging and error messages
17 lines • 485 B
TypeScript
export * from "./auth/http";
export * from "./auth/utils";
export * from "./auth/ws";
export * from "./types/config";
export * from "./types/errors";
export * from "./types/logger";
export * from "./types/server";
export * from "./types/token";
export * from "./types/ws";
export * from "./config";
export * from "./errors";
export * from "./express";
export * from "./http";
export * from "./logger";
export * from "./router";
export * from "./ws";
//# sourceMappingURL=index.d.ts.map