Sign in
cobalt
/
cobalt
/
634c02babfc7dfb85fc435215e352d63bfe21b07
/
.
/
src
/
third_party
/
devtools
/
node_modules
/
lodash
/
fp
/
update.js
blob: b8ce2cc9e1fcc43e9a269226d133e21b7e3fd133 [
file
]
var
convert
=
require
(
'./convert'
),
func
=
convert
(
'update'
,
require
(
'../update'
));
func
.
placeholder
=
require
(
'./placeholder'
);
module
.
exports
=
func
;