index.js 89 B

123
  1. 'use strict';
  2. module.exports = function (T, a) { a((new T(['raz', 'dwa'])).size, 2); };