UNPKG

beater-matcher

Version:
10 lines (7 loc) 233 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isObject = void 0; const isObject = value => typeof value === "object" && value !== null && !Array.isArray(value); exports.isObject = isObject;