padChars.js 156 B

12345
  1. var convert = require('./convert'),
  2. func = convert('padChars', require('../pad'));
  3. func.placeholder = require('./placeholder');
  4. module.exports = func;