UNPKG

@valuer/main

Version:

Valuer is an advanced declarative value validator

7 lines (6 loc) 294 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** @internal Default failure for custom validation */ exports.DEFAULT_FAILURE = "does not meet the constraint"; /** @internal Failure for unknown string */ exports.UNKNOWN_STRING_FAILURE = "is unknown string";