All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.resources.bower_components.cldrjs.src.util.is_plain_object.js Maven / Gradle / Ivy

There is a newer version: 1.2.2.1-jre17
Show newest version
define(function () {

    /**
     * Function inspired by jQuery Core, but reduced to our use case.
     */
    return function (obj) {
        return obj !== null && "" + obj === "[object Object]";
    };

});




© 2015 - 2024 Weber Informatics LLC | Privacy Policy