mirror of
https://github.com/musix-org/musix-oss
synced 2025-03-14 05:41:30 +00:00
6 lines
162 B
JavaScript
6 lines
162 B
JavaScript
![]() |
var convert = require('./convert'),
|
||
|
func = convert('padCharsEnd', require('../padEnd'));
|
||
|
|
||
|
func.placeholder = require('./placeholder');
|
||
|
module.exports = func;
|