UNPKG

runtypes

Version:

Runtime validation for static types

5 lines (4 loc) 181 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const isObject = (object) => object !== null && typeof object === "object"; exports.default = isObject;