Gitiles
Code Review
Sign In
korap.ids-mannheim.de
/
KorAP
/
Kalamar
/
58b9f11ca7b449f85f2f1fb5337ba7633e50b14b
/
.
/
node_modules
/
lodash
/
fp
/
padCharsStart.js
blob: a08a30000a6617b9f47378a39680a69a935f3757 [
file
] [
log
] [
blame
]
var
convert
=
require
(
'./convert'
),
func
=
convert
(
'padCharsStart'
,
require
(
'../padStart'
));
func
.
placeholder
=
require
(
'./placeholder'
);
module
.
exports
=
func
;