trim-right.js 103 B

1234
  1. 'use strict';
  2. var parent = require('../../../es/string/virtual/trim-right');
  3. module.exports = parent;