UNPKG

@szegedsw/lib-node

Version:

A little framework published by Szeged Software Zrt. in order to enhance api endpoint security and create reuseable code. Email module, Logging system, and much more. Further improvements are expected.

5 lines 237 B
/// <reference types="mongoose" /> import { mongoose } from "@typegoose/typegoose"; export declare const mongoUri: () => string; export declare const mongoPool: () => mongoose.ConnectionOptions; //# sourceMappingURL=mongo-config.d.ts.map