
META-INF.resources.bower_components.globalize.src.util.is-plain-object.js Maven / Gradle / Ivy
define(function () {
/**
* Function inspired by jQuery Core, but reduced to our use case.
*/
return function (obj) {
return obj !== null && "" + obj === "[object Object]";
};
});
© 2015 - 2025 Weber Informatics LLC | Privacy Policy