index.js 89 Bytes Raw Blame History Permalink 1 2 3 'use strict'; module.exports = function (T, a) { a((new T(['raz', 'dwa'])).size, 2); };