UNPKG

@edgeguideab/expect

Version:

Check for user input in a consistent way and generate error messages for missings

8 lines (7 loc) 197 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.validateAny = void 0; function validateAny() { return { valid: true }; } exports.validateAny = validateAny;