index
:
taler/wallet-core.git
age-withdraw
wallet-core fork
oec
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
node_modules
/
gulp-util
/
lib
/
noop.js
blob: 7862cb161fe0cc5a5b8283a19b9c83798896fa62 (
plain
)
1
2
3
4
5
var
through
=
require
(
'through2'
);
module
.
exports
=
function
()
{
return
through
.
obj
();
};