d4ab79ad305f58e74142e6d5639939a323a39f57
[yaffs-website] / lodash / fp / padCharsEnd.js
1 var convert = require('./convert'),
2     func = convert('padCharsEnd', require('../padEnd'));
3
4 func.placeholder = require('./placeholder');
5 module.exports = func;