mirror of
https://gitea.com/actions/setup-maven.git
synced 2025-11-06 02:26:19 +08:00
3 lines
103 B
JavaScript
3 lines
103 B
JavaScript
// Predicate-generating function. Often useful outside of Underscore.
|
|
export default function noop(){}
|