mirror of
https://gitea.com/actions/setup-maven.git
synced 2025-11-08 02:46:20 +08:00
chore: update dependencies
This commit is contained in:
12
node_modules/underscore/amd/constant.js
generated
vendored
Normal file
12
node_modules/underscore/amd/constant.js
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
define(function () {
|
||||
|
||||
// Predicate-generating function. Often useful outside of Underscore.
|
||||
function constant(value) {
|
||||
return function() {
|
||||
return value;
|
||||
};
|
||||
}
|
||||
|
||||
return constant;
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user