mirror of
https://github.com/xfarrow/blink
synced 2025-06-06 00:49:11 +02:00
9 lines
300 B
JavaScript
9 lines
300 B
JavaScript
"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;
|