Sign in
cobalt
/
cobalt.git
/
72bde07ae3f88e8fd742a603ece725b122de47f5
/
.
/
src
/
cobalt
/
debug
/
remote
/
devtools
/
node_modules
/
lodash
/
fp
/
chunk.js
blob: 871ab08580b35e002714f9cf8a1546dd88a8cfba [
file
]
var
convert
=
require
(
'./convert'
),
func
=
convert
(
'chunk'
,
require
(
'../chunk'
));
func
.
placeholder
=
require
(
'./placeholder'
);
module
.
exports
=
func
;