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