6 lines
220 B
JavaScript
6 lines
220 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.contextsSymbol = Symbol('express-validator#contexts');
|
|
class ValidationHalt extends Error {
|
|
}
|
|
exports.ValidationHalt = ValidationHalt;
|