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:
8
node_modules/underscore/modules/where.js
generated
vendored
Normal file
8
node_modules/underscore/modules/where.js
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import filter from './filter.js';
|
||||
import matcher from './matcher.js';
|
||||
|
||||
// Convenience version of a common use case of `_.filter`: selecting only
|
||||
// objects containing specific `key:value` pairs.
|
||||
export default function where(obj, attrs) {
|
||||
return filter(obj, matcher(attrs));
|
||||
}
|
||||
Reference in New Issue
Block a user