Version 1
[yaffs-website] / node_modules / core-js / modules / es6.string.big.js
diff --git a/node_modules/core-js/modules/es6.string.big.js b/node_modules/core-js/modules/es6.string.big.js
new file mode 100644 (file)
index 0000000..aeeb1ab
--- /dev/null
@@ -0,0 +1,7 @@
+'use strict';
+// B.2.3.3 String.prototype.big()
+require('./_string-html')('big', function(createHTML){
+  return function big(){
+    return createHTML(this, 'big', '', '');
+  }
+});
\ No newline at end of file