UNPKG

124 BJavaScriptView Raw
1function _complement(f) {
2 return function () {
3 return !f.apply(this, arguments);
4 };
5}
6
7module.exports = _complement;
\No newline at end of file