UNPKG

recoder-code

Version:

🚀 AI-powered development platform - Chat with 32+ models, build projects, automate workflows. Free models included!

9 lines (8 loc) • 300 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ValidationHalt = exports.contextsKey = void 0; // Not using Symbol because of #813 exports.contextsKey = 'express-validator#contexts'; class ValidationHalt extends Error { } exports.ValidationHalt = ValidationHalt;