UNPKG

@edgeguideab/expect

Version:

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

7 lines (6 loc) 178 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function isRecord(x) { return typeof x === "object" && x !== null; } exports.default = isRecord;