UNPKG

@edgeguideab/expect

Version:

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

9 lines (8 loc) 263 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.validateBoolean = void 0; function validateBoolean(_a) { var value = _a.value; return { valid: typeof value === "boolean" }; } exports.validateBoolean = validateBoolean;