Sha256: a7fed120a2d9bb90ac5693db7f76f64b80e3e3ed153a583f380ca7c4712cd002
Contents?: true
Size: 436 Bytes
Versions: 12
Compression:
Stored size: 436 Bytes
Contents
'use strict'; var $ = require('../internals/export'); var createHTML = require('../internals/create-html'); var forcedStringHTMLMethod = require('../internals/forced-string-html-method'); // `String.prototype.big` method // https://tc39.github.io/ecma262/#sec-string.prototype.big $({ target: 'String', proto: true, forced: forcedStringHTMLMethod('big') }, { big: function big() { return createHTML(this, 'big', '', ''); } });
Version data entries
12 entries across 12 versions & 4 rubygems