@tunnel-cast/nestjs
Version:
## About This is a Tunnel-Cast - NestJS integration package, wrap the `cast` application into the `NestJS` building blocks.
10 lines • 413 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.defaultOptions = void 0;
const errors_1 = require("./errors");
const transform_lean_error_1 = require("./utils/transform-lean-error");
exports.defaultOptions = {
castError: errors_1.InvalidCastException,
transformError: transform_lean_error_1.transformLeanError
};
//# sourceMappingURL=cast-module-default-options.js.map