Sign in
cobalt
/
cobalt.git
/
04cd6faca4dd5039a1b810e9ba7b7a79e51a781d
/
.
/
src
/
cobalt
/
debug
/
remote
/
devtools
/
node_modules
/
lodash
/
fp
/
pullAll.js
blob: 98d5c9a73a9c038bb7852be039081b2fda07cfb6 [
file
]
var
convert
=
require
(
'./convert'
),
func
=
convert
(
'pullAll'
,
require
(
'../pullAll'
));
func
.
placeholder
=
require
(
'./placeholder'
);
module
.
exports
=
func
;