-
Notifications
You must be signed in to change notification settings - Fork 487
Closed
Description
documentation/lib/module_filters.js
Lines 57 to 62 in 02302b4
.map(function (f) { | |
return f(file, pkg); | |
}) | |
.reduce(function (a, b) { | |
return a || b; | |
}, false)); |
pretty sure this is longhand for .some
Metadata
Metadata
Assignees
Labels
No labels