mirror of
https://github.com/azure/login.git
synced 2026-06-08 00:17:05 +00:00
2 lines
103 B
JavaScript
2 lines
103 B
JavaScript
// Predicate-generating function. Often useful outside of Underscore.
|
|
export default function noop(){}
|