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
/
es5-ext
/
test
/
function
/
noop.js
blob: 34de85ab63a7d63af882894ae9dca57e7f8dca01 (
plain
)
1
2
3
4
5
"use strict"
;
module
.
exports
=
function
(
t
,
a
)
{
a
(
typeof
t
(
1
,
2
,
3
),
"undefined"
);
};