UNPKG

@graphistry/falcor

Version:
6 lines (5 loc) 120 B
module.exports = function(done) { return function(x) { done(new Error('should not onNext ' + x)); }; };