UNPKG

@lyra/vision

Version:

React-based data management tool for Lyra projects

9 lines (8 loc) 248 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = isPlainObject; function isPlainObject(obj) { return !!obj && typeof obj === 'object' && Object.prototype.toString.call(obj) === '[object Object]'; }