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

scripts.node_modules.moment.package.js Maven / Gradle / Ivy

The newest version!
var profile = {
    resourceTags: {
        ignore: function(filename, mid){
            // only include moment/moment
            return mid != "moment/moment";
        },
        amd: function(filename, mid){
            return /\.js$/.test(filename);
        }
    }
};




© 2015 - 2025 Weber Informatics LLC | Privacy Policy