mirror of
https://github.com/stCarolas/setup-maven.git
synced 2025-01-08 08:35:36 +00:00
3 lines
103 B
JavaScript
3 lines
103 B
JavaScript
|
// Predicate-generating function. Often useful outside of Underscore.
|
||
|
export default function noop(){}
|