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

node_modules.bower.lib.node_modules.mout.src.function.identity.js Maven / Gradle / Ivy

define(function () {

    /**
     * Returns the first argument provided to it.
     */
    function identity(val){
        return val;
    }

    return identity;

});




© 2015 - 2024 Weber Informatics LLC | Privacy Policy