wallet-core/node_modules/es5-ext/test/function/noop.js

6 lines
89 B
JavaScript
Raw Normal View History

2017-08-14 05:01:11 +02:00
"use strict";
module.exports = function (t, a) {
a(typeof t(1, 2, 3), "undefined");
};