80a57973fb9c32e465182f1bdce1eec63678b2250517d7cdbf4a8b0fdb67f0fcb8329a3b15a218faae3d3ebd68163988f7234aad9b35945a4fb37af4b7fe00 189 B

1234567
  1. 'use strict';
  2. // B.2.3.6 String.prototype.fixed()
  3. require('./_string-html')('fixed', function (createHTML) {
  4. return function fixed() {
  5. return createHTML(this, 'tt', '', '');
  6. };
  7. });