mirror of
https://github.com/azure/login.git
synced 2026-06-06 10:47:05 +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;
|