Sign in
cobalt
/
cobalt
/
b95ea55ccebda33f820d043e4b4dc85c10d7584d
/
.
/
third_party
/
devtools
/
node_modules
/
lodash
/
fp
/
fill.js
blob: b2d47e84eb159b501d3f48304e2a0dfad00d66ff [
file
] [
log
] [
blame
]
var
convert
=
require
(
'./convert'
),
func
=
convert
(
'fill'
,
require
(
'../fill'
));
func
.
placeholder
=
require
(
'./placeholder'
);
module
.
exports
=
func
;