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