Sha256: d6575c20465ddd583f1988d862b7f982d77ca6dade567150a3030823fcd2d831

Contents?: true

Size: 193 Bytes

Versions: 82

Compression:

Stored size: 193 Bytes

Contents

'use strict';
// B.2.3.11 String.prototype.small()
require('./_string-html')('small', function (createHTML) {
  return function small() {
    return createHTML(this, 'small', '', '');
  };
});

Version data entries

82 entries across 38 versions & 8 rubygems

Version Path
dragonfly_puppeteer-0.1.0 node_modules/core-js/library/modules/es6.string.small.js
dragonfly_puppeteer-0.1.0 node_modules/core-js/modules/es6.string.small.js