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