UNPKG

rmwc

Version:

A thin React wrapper for Material Design (Web) Components

9 lines (8 loc) 286 B
'use strict'; var $export = require('./$.export') , $pad = require('./$.string-pad'); $export($export.P, 'String', { padRight: function padRight(maxLength /*, fillString = ' ' */){ return $pad(this, maxLength, arguments.length > 1 ? arguments[1] : undefined, false); } });