Sign in
cobalt
/
cobalt
/
08336faa599332e3e3bf29b7ad38ef023018b55e
/
.
/
third_party
/
devtools
/
node_modules
/
lodash
/
fp
/
trimCharsStart.js
blob: ff0ee65dfbadc7ad6926ffd457b2ba0e181738ee [
file
] [
log
] [
blame
]
var
convert
=
require
(
'./convert'
),
func
=
convert
(
'trimCharsStart'
,
require
(
'../trimStart'
));
func
.
placeholder
=
require
(
'./placeholder'
);
module
.
exports
=
func
;