Files
feedstr.live/node_modules/underscore/amd/noop.js
T
2023-11-25 18:12:47 -05:00

9 lines
132 B
JavaScript

define(function () {
// Predicate-generating function. Often useful outside of Underscore.
function noop(){}
return noop;
});