wallet-core/node_modules/es6-set/test/index.js

4 lines
89 B
JavaScript
Raw Normal View History

2017-08-14 05:01:11 +02:00
'use strict';
module.exports = function (T, a) { a((new T(['raz', 'dwa'])).size, 2); };