UNPKG

runtypes

Version:

Runtime validation for static types

3 lines (2 loc) 101 B
const isObject = (object) => object !== null && typeof object === "object"; export default isObject;