UNPKG

@bconnorwhite/json-types

Version:
9 lines (7 loc) 178 B
"use strict"; exports.__esModule = true; exports.isJSONObject = isJSONObject; ; function isJSONObject(object) { return typeof object === "object" && !Array.isArray(object); }