mirror of
https://github.com/azure/login.git
synced 2026-06-07 12:17:09 +00:00
4 lines
112 B
JavaScript
4 lines
112 B
JavaScript
// Predicate-generating function. Often useful outside of Underscore.
|
|
function noop(){}
|
|
|
|
module.exports = noop;
|