UNPKG

infrastructure-components

Version:

Infrastructure-Components configure the infrastructure of your React-App as part of your React-Components.

7 lines 205 B
'use strict'; // https://github.com/sebmarkbage/ecmascript-string-left-right-trim require('./$.string-trim')('trimRight', function($trim){ return function trimRight(){ return $trim(this, 2); }; });