Version 1
[yaffs-website] / node_modules / core-js / library / modules / es6.string.sub.js
1 'use strict';
2 // B.2.3.13 String.prototype.sub()
3 require('./_string-html')('sub', function(createHTML){
4   return function sub(){
5     return createHTML(this, 'sub', '', '');
6   }
7 });