mirror of
https://gitea.com/actions/setup-maven.git
synced 2025-11-16 04:06:20 +08:00
chore: update dependencies
This commit is contained in:
10
node_modules/underscore/amd/compact.js
generated
vendored
Normal file
10
node_modules/underscore/amd/compact.js
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
define(['./filter'], function (filter) {
|
||||
|
||||
// Trim out all falsy values from an array.
|
||||
function compact(array) {
|
||||
return filter(array, Boolean);
|
||||
}
|
||||
|
||||
return compact;
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user