UNPKG

@progress/kendo-charts

Version:

Kendo UI platform-independent Charts library

3 lines 120 B
export default function isPlainObject(value) { return Object.prototype.toString.call(value) === "[object Object]"; }