UNPKG

ts-logs

Version:

This package provide a skd for audit and manager logs in nodejs and express

10 lines 355 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Config = void 0; exports.Config = ({ S3: (config) => config, Http: (config) => { new URL(config.url); return config; }, Mongo: (config) => { config.type = 'mongodb'; return config; } }); exports.default = exports.Config; //# sourceMappingURL=providers.js.map