grpc-tads6/node_modules/moment/package.js

12 lines
273 B
JavaScript
Raw Permalink Normal View History

2024-06-08 00:16:57 +00:00
var profile = {
resourceTags: {
ignore: function(filename, mid){
// only include moment/moment
return mid != "moment/moment";
},
amd: function(filename, mid){
return /\.js$/.test(filename);
}
}
};