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