blob: 58fe8dd7541275c9e19885c99d2e11ad5bc3b4be [file] [log] [blame]
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
function isObject(x) {
return x !== null && typeof x === 'object';
}
exports.isObject = isObject;
//# sourceMappingURL=isObject.js.map