last.js 120 B

123456
  1. "use strict";
  2. module.exports = function (t, a) {
  3. a(t.call(""), null, "Null");
  4. a(t.call("abcdef"), "f", "String");
  5. };